Interface ApiManagementServiceResource.UpdateStages.WithEnableClientCertificate

All Known Subinterfaces:
ApiManagementServiceResource.Update
Enclosing interface:
ApiManagementServiceResource.UpdateStages

public static interface ApiManagementServiceResource.UpdateStages.WithEnableClientCertificate
The stage of the ApiManagementServiceResource update allowing to specify enableClientCertificate.
  • Method Details

    • withEnableClientCertificate

      ApiManagementServiceResource.Update withEnableClientCertificate(Boolean enableClientCertificate)
      Specifies the enableClientCertificate property: Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway..
      Parameters:
      enableClientCertificate - Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
      Returns:
      the next definition stage.