Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslPolicy
-
Packages that use ApplicationGatewaySslPolicy Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewaySslPolicy in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslPolicy Modifier and Type Method Description ApplicationGatewaySslPolicyApplicationGatewayInner. sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslPolicyApplicationGatewayPropertiesFormat. sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslPolicyApplicationGatewaySslProfilePropertiesFormat. sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySslPolicy Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormatApplicationGatewaySslProfilePropertiesFormat. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource. -
Uses of ApplicationGatewaySslPolicy in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslPolicy Modifier and Type Method Description ApplicationGatewaySslPolicyApplicationGatewaySslProfile. sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order to application gateway.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols)Set the disabledSslProtocols property: Ssl protocols to be disabled on application gateway.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withPolicyName(ApplicationGatewaySslPolicyName policyName)Set the policyName property: Name of Ssl predefined policy.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withPolicyType(ApplicationGatewaySslPolicyType policyType)Set the policyType property: Type of Ssl Policy.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySslPolicy Modifier and Type Method Description ApplicationGatewaySslProfileApplicationGatewaySslProfile. withSslPolicy(ApplicationGatewaySslPolicy sslPolicy)Set the sslPolicy property: SSL policy of the application gateway resource.
-