Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslPolicyName
-
Packages that use ApplicationGatewaySslPolicyName 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 ApplicationGatewaySslPolicyName in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslPolicyName Modifier and Type Method Description ApplicationGatewaySslPolicyNameApplicationGatewayAvailableSslOptionsInner. defaultPolicy()Get the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.ApplicationGatewaySslPolicyNameApplicationGatewayAvailableSslOptionsPropertiesFormat. defaultPolicy()Get the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySslPolicyName Modifier and Type Method Description ApplicationGatewayAvailableSslOptionsInnerApplicationGatewayAvailableSslOptionsInner. withDefaultPolicy(ApplicationGatewaySslPolicyName defaultPolicy)Set the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway.ApplicationGatewayAvailableSslOptionsPropertiesFormatApplicationGatewayAvailableSslOptionsPropertiesFormat. withDefaultPolicy(ApplicationGatewaySslPolicyName defaultPolicy)Set the defaultPolicy property: Name of the Ssl predefined policy applied by default to application gateway. -
Uses of ApplicationGatewaySslPolicyName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewaySslPolicyName Modifier and Type Field Description static ApplicationGatewaySslPolicyNameApplicationGatewaySslPolicyName. APP_GW_SSL_POLICY20150501Static value AppGwSslPolicy20150501 for ApplicationGatewaySslPolicyName.static ApplicationGatewaySslPolicyNameApplicationGatewaySslPolicyName. APP_GW_SSL_POLICY20170401Static value AppGwSslPolicy20170401 for ApplicationGatewaySslPolicyName.static ApplicationGatewaySslPolicyNameApplicationGatewaySslPolicyName. APP_GW_SSL_POLICY20170401SStatic value AppGwSslPolicy20170401S for ApplicationGatewaySslPolicyName.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslPolicyName Modifier and Type Method Description static ApplicationGatewaySslPolicyNameApplicationGatewaySslPolicyName. fromString(String name)Creates or finds a ApplicationGatewaySslPolicyName from its string representation.ApplicationGatewaySslPolicyNameApplicationGatewaySslPolicy. policyName()Get the policyName property: Name of Ssl predefined policy.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySslPolicyName Modifier and Type Method Description static Collection<ApplicationGatewaySslPolicyName>ApplicationGatewaySslPolicyName. values()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySslPolicyName Modifier and Type Method Description ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withPolicyName(ApplicationGatewaySslPolicyName policyName)Set the policyName property: Name of Ssl predefined policy.
-