Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyInner
Packages that use ApplicationGatewaySslPredefinedPolicyInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySslPredefinedPolicyInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ApplicationGatewaySslPredefinedPolicyInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.getSslPredefinedPolicy(String predefinedPolicyName) Gets Ssl predefined policy with the specified policy name.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewaySslPredefinedPolicyInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.getSslPredefinedPolicyAsync(String predefinedPolicyName) Gets Ssl predefined policy with the specified policy name.com.azure.core.http.rest.Response<ApplicationGatewaySslPredefinedPolicyInner> ApplicationGatewaysClient.getSslPredefinedPolicyWithResponse(String predefinedPolicyName, com.azure.core.util.Context context) Gets Ssl predefined policy with the specified policy name.Mono<com.azure.core.http.rest.Response<ApplicationGatewaySslPredefinedPolicyInner>> ApplicationGatewaysClient.getSslPredefinedPolicyWithResponseAsync(String predefinedPolicyName) Gets Ssl predefined policy with the specified policy name.com.azure.core.http.rest.PagedIterable<ApplicationGatewaySslPredefinedPolicyInner> ApplicationGatewaysClient.listAvailableSslPredefinedPolicies()Lists all SSL predefined policies for configuring Ssl policy.com.azure.core.http.rest.PagedIterable<ApplicationGatewaySslPredefinedPolicyInner> ApplicationGatewaysClient.listAvailableSslPredefinedPolicies(com.azure.core.util.Context context) Lists all SSL predefined policies for configuring Ssl policy.com.azure.core.http.rest.PagedFlux<ApplicationGatewaySslPredefinedPolicyInner> ApplicationGatewaysClient.listAvailableSslPredefinedPoliciesAsync()Lists all SSL predefined policies for configuring Ssl policy. -
Uses of ApplicationGatewaySslPredefinedPolicyInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslPredefinedPolicyInnerModifier and TypeMethodDescriptionApplicationGatewaySslPredefinedPolicyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySslPredefinedPolicyInner from the JsonReader.ApplicationGatewaySslPredefinedPolicyInner.withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites) Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslPredefinedPolicyInner.withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion) Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.Set the name property: Name of the Ssl predefined policy. -
Uses of ApplicationGatewaySslPredefinedPolicyInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySslPredefinedPolicyInnerModifier and TypeMethodDescriptionApplicationGatewayAvailableSslPredefinedPolicies.value()Get the value property: List of available Ssl predefined policy.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewaySslPredefinedPolicyInnerModifier and TypeMethodDescriptionApplicationGatewayAvailableSslPredefinedPolicies.withValue(List<ApplicationGatewaySslPredefinedPolicyInner> value) Set the value property: List of available Ssl predefined policy.