Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslPolicy
Packages that use ApplicationGatewaySslPolicy
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewaySslPolicyModifier and TypeMethodDescriptionApplicationGatewayInner.sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewayPropertiesFormat.sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormat.sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySslPolicyModifier and TypeMethodDescriptionApplicationGatewayInner.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewayPropertiesFormat.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslProfilePropertiesFormat.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 ApplicationGatewaySslPolicyModifier and TypeMethodDescriptionstatic ApplicationGatewaySslPolicyApplicationGatewaySslPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslPolicy from the JsonReader.ApplicationGateway.sslPolicy()Get the SSL policy for the application gateway.ApplicationGatewaySslProfile.sslPolicy()Get the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewaySslPolicy.withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites) Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order to application gateway.ApplicationGatewaySslPolicy.withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols) Set the disabledSslProtocols property: Ssl protocols to be disabled on application gateway.ApplicationGatewaySslPolicy.withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion) Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslPolicy.withPolicyName(ApplicationGatewaySslPolicyName policyName) Set the policyName property: Name of Ssl predefined policy.ApplicationGatewaySslPolicy.withPolicyType(ApplicationGatewaySslPolicyType policyType) Set the policyType property: Type of Ssl Policy.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySslPolicyModifier and TypeMethodDescriptionApplicationGateway.DefinitionStages.WithSslPolicy.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Configures to use the provided TLS/SSL policy for the application gateway.ApplicationGateway.UpdateStages.WithSslPolicy.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Configures to use the provided TLS/SSL policy for the application gateway.ApplicationGatewaySslProfile.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.