Uses of Class
com.azure.resourcemanager.netapp.models.AuthorizeRequest
Packages that use AuthorizeRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of AuthorizeRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type AuthorizeRequestModifier and TypeMethodDescriptionvoidVolumesClient.authorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.voidVolumesClient.authorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body, com.azure.core.util.Context context) Authorize source volume replication Authorize the replication connection on the source volume.VolumesClient.beginAuthorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.VolumesClient.beginAuthorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body, com.azure.core.util.Context context) Authorize source volume replication Authorize the replication connection on the source volume. -
Uses of AuthorizeRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return AuthorizeRequestModifier and TypeMethodDescriptionstatic AuthorizeRequestAuthorizeRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizeRequest from the JsonReader.AuthorizeRequest.withRemoteVolumeResourceId(String remoteVolumeResourceId) Set the remoteVolumeResourceId property: Resource id of the remote volume.Methods in com.azure.resourcemanager.netapp.models with parameters of type AuthorizeRequestModifier and TypeMethodDescriptionvoidVolume.authorizeReplication(AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.voidVolume.authorizeReplication(AuthorizeRequest body, com.azure.core.util.Context context) Authorize source volume replication Authorize the replication connection on the source volume.voidVolumes.authorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.voidVolumes.authorizeReplication(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body, com.azure.core.util.Context context) Authorize source volume replication Authorize the replication connection on the source volume.