Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyPropertiesFormat
Packages that use ApplicationGatewaySslPredefinedPolicyPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySslPredefinedPolicyPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslPredefinedPolicyPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewaySslPredefinedPolicyPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslPredefinedPolicyPropertiesFormat from the JsonReader.ApplicationGatewaySslPredefinedPolicyPropertiesFormat.withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites) Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslPredefinedPolicyPropertiesFormat.withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion) Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.