예제 #1
0
 /// <summary>
 /// Remove relationship between Certificate Authority and Gateway entity.
 /// </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='gatewayId'>
 /// Gateway entity identifier. Must be unique in the current API Management
 /// service instance. Must not have value 'managed'
 /// </param>
 /// <param name='certificateId'>
 /// Identifier of the certificate entity. Must be unique in the current API
 /// Management service instance.
 /// </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 void Delete(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, string ifMatch)
 {
     operations.DeleteAsync(resourceGroupName, serviceName, gatewayId, certificateId, ifMatch).GetAwaiter().GetResult();
 }