ApplicationGatewaySslPredefinedPolicyInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewaySslPredefinedPolicyInner
- com.
- com.
public final class ApplicationGatewaySslPredefinedPolicyInner
extends SubResource
An Ssl predefined policy.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewaySslPredefinedPolicyInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Application |
cipherSuites()
Get the cipher |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Application |
minProtocolVersion()
Get the min |
String |
name()
Get the name property: Name of the Ssl predefined policy. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withCipherSuites(List<ApplicationGatewaySslCipherSuite> cipherSuites)
Set the cipher |
Application |
withId(String id) |
Application |
withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)
Set the min |
Application |
withName(String name)
Set the name property: Name of the Ssl predefined policy. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewaySslPredefinedPolicyInner
public ApplicationGatewaySslPredefinedPolicyInner()
Creates an instance of ApplicationGatewaySslPredefinedPolicyInner class.
Method Details
cipherSuites
public List
Get the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.
Returns:
fromJson
public static ApplicationGatewaySslPredefinedPolicyInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewaySslPredefinedPolicyInner from the JsonReader.
Parameters:
Returns:
Throws:
minProtocolVersion
public ApplicationGatewaySslProtocol minProtocolVersion()
Get the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
Returns:
name
public String name()
Get the name property: Name of the Ssl predefined policy.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewaySslPredefinedPolicyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
withCipherSuites
public ApplicationGatewaySslPredefinedPolicyInner withCipherSuites(List
Set the cipherSuites property: Ssl cipher suites to be enabled in the specified order for application gateway.
Parameters:
Returns:
withId
public ApplicationGatewaySslPredefinedPolicyInner withId(String id)
Overrides:
ApplicationGatewaySslPredefinedPolicyInner.withId(String id)Parameters:
withMinProtocolVersion
public ApplicationGatewaySslPredefinedPolicyInner withMinProtocolVersion(ApplicationGatewaySslProtocol minProtocolVersion)
Set the minProtocolVersion property: Minimum version of Ssl protocol to be supported on application gateway.
Parameters:
Returns:
withName
public ApplicationGatewaySslPredefinedPolicyInner withName(String name)
Set the name property: Name of the Ssl predefined policy.
Parameters:
Returns:
Applies to
Azure SDK for Java