Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslProfilePropertiesFormat
-
Packages that use ApplicationGatewaySslProfilePropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of ApplicationGatewaySslProfilePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslProfilePropertiesFormat Modifier and Type Method Description ApplicationGatewaySslProfilePropertiesFormatApplicationGatewaySslProfilePropertiesFormat. withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration)Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormatApplicationGatewaySslProfilePropertiesFormat. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormatApplicationGatewaySslProfilePropertiesFormat. withTrustedClientCertificates(List<com.azure.core.management.SubResource> trustedClientCertificates)Set the trustedClientCertificates property: Array of references to application gateway trusted client certificates.
-