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 TypeMethodDescriptionvoid
VolumesClient.authorizeReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.void
VolumesClient.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 AuthorizeRequest
AuthorizeRequest.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 TypeMethodDescriptionvoid
Volume.authorizeReplication
(AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.void
Volume.authorizeReplication
(AuthorizeRequest body, com.azure.core.util.Context context) Authorize source volume replication Authorize the replication connection on the source volume.void
Volumes.authorizeReplication
(String resourceGroupName, String accountName, String poolName, String volumeName, AuthorizeRequest body) Authorize source volume replication Authorize the replication connection on the source volume.void
Volumes.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.