Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayClientAuthConfiguration
Packages that use ApplicationGatewayClientAuthConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayClientAuthConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayClientAuthConfigurationModifier and TypeMethodDescriptionApplicationGatewaySslProfilePropertiesFormat.clientAuthConfiguration()Get the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayClientAuthConfigurationModifier and TypeMethodDescriptionApplicationGatewaySslProfilePropertiesFormat.withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration) Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource. -
Uses of ApplicationGatewayClientAuthConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayClientAuthConfigurationModifier and TypeMethodDescriptionApplicationGatewaySslProfile.clientAuthConfiguration()Get the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.ApplicationGatewayClientAuthConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayClientAuthConfiguration from the JsonReader.ApplicationGatewayClientAuthConfiguration.withVerifyClientCertIssuerDN(Boolean verifyClientCertIssuerDN) Set the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.ApplicationGatewayClientAuthConfiguration.withVerifyClientRevocation(ApplicationGatewayClientRevocationOptions verifyClientRevocation) Set the verifyClientRevocation property: Verify client certificate revocation status.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayClientAuthConfigurationModifier and TypeMethodDescriptionApplicationGatewaySslProfile.withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration) Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.