Beispiel #1
0
 /// <summary>
 /// Gets the details of a storage classification.
 /// </summary>
 /// <remarks>
 /// Gets the details of the specified storage classification.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='fabricName'>
 /// Fabric name.
 /// </param>
 /// <param name='storageClassificationName'>
 /// Storage classification name.
 /// </param>
 public static StorageClassification Get(this IReplicationStorageClassificationsOperations operations, string fabricName, string storageClassificationName)
 {
     return(operations.GetAsync(fabricName, storageClassificationName).GetAwaiter().GetResult());
 }