Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySslProtocol
-
Packages that use ApplicationGatewaySslProtocol 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 ApplicationGatewaySslProtocol in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySslProtocol Modifier and Type Method Description ApplicationGatewaySslProtocolApplicationGatewaySslPredefinedPolicyInner. minProtocolVersion()Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslProtocolApplicationGatewaySslPredefinedPolicyPropertiesFormat. minProtocolVersion()Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewaySslProtocol Modifier and Type Method Description List<ApplicationGatewaySslProtocol>ApplicationGatewayAvailableSslOptionsInner. availableProtocols()Get the availableProtocols property: List of available Ssl protocols.List<ApplicationGatewaySslProtocol>ApplicationGatewayAvailableSslOptionsPropertiesFormat. availableProtocols()Get the availableProtocols property: List of available Ssl protocols.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySslProtocol Modifier and Type Method Description ApplicationGatewaySslPredefinedPolicyInnerApplicationGatewaySslPredefinedPolicyInner. withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGatewaySslPredefinedPolicyPropertiesFormatApplicationGatewaySslPredefinedPolicyPropertiesFormat. withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewaySslProtocol Modifier and Type Method Description ApplicationGatewayAvailableSslOptionsInnerApplicationGatewayAvailableSslOptionsInner. withAvailableProtocols(List<ApplicationGatewaySslProtocol> availableProtocols)Set the availableProtocols property: List of available Ssl protocols.ApplicationGatewayAvailableSslOptionsPropertiesFormatApplicationGatewayAvailableSslOptionsPropertiesFormat. withAvailableProtocols(List<ApplicationGatewaySslProtocol> availableProtocols)Set the availableProtocols property: List of available Ssl protocols. -
Uses of ApplicationGatewaySslProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewaySslProtocol Modifier and Type Field Description static ApplicationGatewaySslProtocolApplicationGatewaySslProtocol. TLSV1_0Static value TLSv1_0 for ApplicationGatewaySslProtocol.static ApplicationGatewaySslProtocolApplicationGatewaySslProtocol. TLSV1_1Static value TLSv1_1 for ApplicationGatewaySslProtocol.static ApplicationGatewaySslProtocolApplicationGatewaySslProtocol. TLSV1_2Static value TLSv1_2 for ApplicationGatewaySslProtocol.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslProtocol Modifier and Type Method Description static ApplicationGatewaySslProtocolApplicationGatewaySslProtocol. fromString(String name)Creates or finds a ApplicationGatewaySslProtocol from its string representation.ApplicationGatewaySslProtocolApplicationGatewaySslPolicy. minProtocolVersion()Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySslProtocol Modifier and Type Method Description Collection<ApplicationGatewaySslProtocol>ApplicationGateway. disabledSslProtocols()List<ApplicationGatewaySslProtocol>ApplicationGatewaySslPolicy. disabledSslProtocols()Get the disabledSslProtocols property: Ssl protocols to be disabled on application gateway.static Collection<ApplicationGatewaySslProtocol>ApplicationGatewaySslProtocol. values()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySslProtocol Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithDisabledSslProtocol. withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)Disables the specified SSL protocol.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithDisabledSslProtocol. withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)Disables the specified SSL protocol.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithDisabledSslProtocol. withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)Disables the specified SSL protocols.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithDisabledSslProtocol. withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)Disables the specified SSL protocols.ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithDisabledSslProtocol. withoutDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)Enables the specified SSL protocol, if previously disabled.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithDisabledSslProtocol. withoutDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)Enables the specified SSL protocols, if previously disabled.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewaySslProtocol Modifier and Type Method Description ApplicationGatewaySslPolicyApplicationGatewaySslPolicy. withDisabledSslProtocols(List<ApplicationGatewaySslProtocol> disabledSslProtocols)Set the disabledSslProtocols property: Ssl protocols to be disabled on application gateway.
-