Example #1
0
 /// <summary>
 /// Update tenant access information details.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='serviceName'>
 /// The name of the API Management service.
 /// </param>
 /// <param name='parameters'>
 /// Parameters supplied to retrieve the Tenant Access Information.
 /// </param>
 /// <param name='accessName'>
 /// The identifier of the Access configuration. Possible values include:
 /// 'access', 'gitAccess'
 /// </param>
 /// <param name='ifMatch'>
 /// ETag of the Entity. ETag should match the current entity state from the
 /// header response of the GET request or it should be * for unconditional
 /// update.
 /// </param>
 public static AccessInformationContract Create(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationCreateParameters parameters, string accessName, string ifMatch)
 {
     return(operations.CreateAsync(resourceGroupName, serviceName, parameters, accessName, ifMatch).GetAwaiter().GetResult());
 }