Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslProfilePropertiesFormat
Packages that use ApplicationGatewaySslProfilePropertiesFormat
Package
Description
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 ApplicationGatewaySslProfilePropertiesFormatModifier and TypeMethodDescriptionApplicationGatewaySslProfilePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslProfilePropertiesFormat from the JsonReader.ApplicationGatewaySslProfilePropertiesFormat.withClientAuthConfiguration(ApplicationGatewayClientAuthConfiguration clientAuthConfiguration) Set the clientAuthConfiguration property: Client authentication configuration of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormat.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormat.withTrustedClientCertificates(List<com.azure.core.management.SubResource> trustedClientCertificates) Set the trustedClientCertificates property: Array of references to application gateway trusted client certificates.