Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewaySslPredefinedPolicyInner
-
Packages that use ApplicationGatewaySslPredefinedPolicyInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.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 ApplicationGatewaySslPredefinedPolicyInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ApplicationGatewaySslPredefinedPolicyInner Modifier and Type Method Description ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaysClient. 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 ApplicationGatewaySslPredefinedPolicyInner Modifier and Type Method Description Mono<ApplicationGatewaySslPredefinedPolicyInner>ApplicationGatewaysClient. 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 ApplicationGatewaySslPredefinedPolicyInner Modifier and Type Method Description ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaySslPredefinedPolicyInner. withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaySslPredefinedPolicyInner. withId(String id)ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaySslPredefinedPolicyInner. withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaySslPredefinedPolicyInner. withName(String name)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 ApplicationGatewaySslPredefinedPolicyInner Modifier and Type Method Description List<ApplicationGatewaySslPredefinedPolicyInner>ApplicationGatewayAvailableSslPredefinedPolicies. value()Get the value property: List of available Ssl predefined policy.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewaySslPredefinedPolicyInner Modifier and Type Method Description ApplicationGatewayAvailableSslPredefinedPoliciesApplicationGatewayAvailableSslPredefinedPolicies. withValue(List<ApplicationGatewaySslPredefinedPolicyInner> value)Set the value property: List of available Ssl predefined policy.
-