Interface ApiManagementServiceResource.DefinitionStages.WithEnableClientCertificate
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithEnableClientCertificate
The stage of the ApiManagementServiceResource definition 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
ApiManagementServiceResource.DefinitionStages.WithCreate 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.
-