You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public interface Volumes extends SupportsCreating<Volume.DefinitionStages.Blank>
46
46
47
47
/**
48
48
* Resync volume replication.
49
-
* 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.
49
+
* 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.
50
50
*
51
51
* @param resourceGroupName The name of the resource group.
52
52
* @param accountName The name of the NetApp account
Copy file name to clipboardExpand all lines: sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java
* 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.
1863
+
* 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.
1864
1864
*
1865
1865
* @param resourceGroupName The name of the resource group.
1866
1866
* @param accountName The name of the NetApp account
* 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.
1879
+
* 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.
1880
1880
*
1881
1881
* @param resourceGroupName The name of the resource group.
1882
1882
* @param accountName The name of the NetApp account
@@ -1892,7 +1892,7 @@ public ServiceFuture<Void> resyncReplicationAsync(String resourceGroupName, Stri
1892
1892
1893
1893
/**
1894
1894
* Resync volume replication.
1895
-
* 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.
1895
+
* 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.
1896
1896
*
1897
1897
* @param resourceGroupName The name of the resource group.
1898
1898
* @param accountName The name of the NetApp account
@@ -1912,7 +1912,7 @@ public Void call(ServiceResponse<Void> response) {
1912
1912
1913
1913
/**
1914
1914
* Resync volume replication.
1915
-
* 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.
1915
+
* 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.
1916
1916
*
1917
1917
* @param resourceGroupName The name of the resource group.
1918
1918
* @param accountName The name of the NetApp account
@@ -1946,7 +1946,7 @@ public Observable<ServiceResponse<Void>> resyncReplicationWithServiceResponseAsy
1946
1946
1947
1947
/**
1948
1948
* Resync volume replication.
1949
-
* 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.
1949
+
* 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.
1950
1950
*
1951
1951
* @param resourceGroupName The name of the resource group.
1952
1952
* @param accountName The name of the NetApp account
@@ -1962,7 +1962,7 @@ public void beginResyncReplication(String resourceGroupName, String accountName,
1962
1962
1963
1963
/**
1964
1964
* Resync volume replication.
1965
-
* 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.
1965
+
* 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.
1966
1966
*
1967
1967
* @param resourceGroupName The name of the resource group.
1968
1968
* @param accountName The name of the NetApp account
@@ -1978,7 +1978,7 @@ public ServiceFuture<Void> beginResyncReplicationAsync(String resourceGroupName,
1978
1978
1979
1979
/**
1980
1980
* Resync volume replication.
1981
-
* 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.
1981
+
* 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.
1982
1982
*
1983
1983
* @param resourceGroupName The name of the resource group.
1984
1984
* @param accountName The name of the NetApp account
@@ -1998,7 +1998,7 @@ public Void call(ServiceResponse<Void> response) {
1998
1998
1999
1999
/**
2000
2000
* Resync volume replication.
2001
-
* 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.
2001
+
* 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.
2002
2002
*
2003
2003
* @param resourceGroupName The name of the resource group.
2004
2004
* @param accountName The name of the NetApp account
0 commit comments