Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/netapp/mgmt-v2020_07_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.2</version>
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-netapp</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface Volumes extends SupportsCreating<Volume.DefinitionStages.Blank>

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ private ServiceResponse<ReplicationStatusInner> replicationStatusMethodDelegate(

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1876,7 +1876,7 @@ public void resyncReplication(String resourceGroupName, String accountName, Stri

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1892,7 +1892,7 @@ public ServiceFuture<Void> resyncReplicationAsync(String resourceGroupName, Stri

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1912,7 +1912,7 @@ public Void call(ServiceResponse<Void> response) {

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down Expand Up @@ -1946,7 +1946,7 @@ public Observable<ServiceResponse<Void>> resyncReplicationWithServiceResponseAsy

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1962,7 +1962,7 @@ public void beginResyncReplication(String resourceGroupName, String accountName,

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1978,7 +1978,7 @@ public ServiceFuture<Void> beginResyncReplicationAsync(String resourceGroupName,

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1998,7 +1998,7 @@ public Void call(ServiceResponse<Void> response) {

/**
* Resync volume replication.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.
* Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down