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 Summary
Modifier and TypeMethodDescriptionwithEnableClientCertificate(Boolean enableClientCertificate) Specifies the enableClientCertificate property: Property only meant to be used for Consumption SKU Service.
-
Method Details
-
withEnableClientCertificate
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.
-