Exemple #1
0
 /// <summary>
 /// Implements Csm operations Api to exposes the list of available Csm Apis
 /// under the resource provider
 /// </summary>
 /// <remarks>
 /// Implements Csm operations Api to exposes the list of available Csm Apis
 /// under the resource provider
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <CsmOperationDescription> ListOperations(this IDomainRegistrationProviderOperations operations)
 {
     return(operations.ListOperationsAsync().GetAwaiter().GetResult());
 }