Exemple #1
0
 /// <summary>
 /// Gets the list of storage classification objects under a vault.
 /// </summary>
 /// <remarks>
 /// Lists the storage classifications in the vault.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <StorageClassification> List(this IReplicationStorageClassificationsOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }