Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAvailableSslOptionsPropertiesFormat
Packages that use ApplicationGatewayAvailableSslOptionsPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayAvailableSslOptionsPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayAvailableSslOptionsPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayAvailableSslOptionsPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayAvailableSslOptionsPropertiesFormat from the JsonReader.ApplicationGatewayAvailableSslOptionsPropertiesFormat.withAvailableCipherSuites(List<ApplicationGatewaySslCipherSuite> availableCipherSuites) Set the availableCipherSuites property: List of available Ssl cipher suites.ApplicationGatewayAvailableSslOptionsPropertiesFormat.withAvailableProtocols(List<ApplicationGatewaySslProtocol> availableProtocols) Set the availableProtocols property: List of available Ssl protocols.ApplicationGatewayAvailableSslOptionsPropertiesFormat.withDefaultPolicy(ApplicationGatewaySslPolicyName defaultPolicy) Set the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.ApplicationGatewayAvailableSslOptionsPropertiesFormat.withPredefinedPolicies(List<com.azure.core.management.SubResource> predefinedPolicies) Set the predefinedPolicies property: List of available Ssl predefined policy.