azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

278 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites"
name: "TlsCipherSuites"
nameWithType: "TlsCipherSuites"
summary: "The minimum strength TLS cipher suite allowed for an application."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TlsCipherSuites**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TlsCipherSuites()"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TlsCipherSuites()"
name: "TlsCipherSuites()"
nameWithType: "TlsCipherSuites.TlsCipherSuites()"
summary: "Creates a new instance of Tls<wbr>Cipher<wbr>Suites value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public TlsCipherSuites()"
desc: "Creates a new instance of TlsCipherSuites value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_AES_128_GCM_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_AES_128_GCM_SHA256"
name: "TLS_AES_128_GCM_SHA256"
nameWithType: "TlsCipherSuites.TLS_AES_128_GCM_SHA256"
summary: "Static value TLS\\_AES\\_128\\_GCM\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_AES_128_GCM_SHA256"
desc: "Static value TLS\\_AES\\_128\\_GCM\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_AES_256_GCM_SHA384"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_AES_256_GCM_SHA384"
name: "TLS_AES_256_GCM_SHA384"
nameWithType: "TlsCipherSuites.TLS_AES_256_GCM_SHA384"
summary: "Static value TLS\\_AES\\_256\\_GCM\\_SHA384 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_AES_256_GCM_SHA384"
desc: "Static value TLS\\_AES\\_256\\_GCM\\_SHA384 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
name: "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
nameWithType: "TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
summary: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
desc: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
name: "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
nameWithType: "TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
summary: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
desc: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
name: "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
nameWithType: "TlsCipherSuites.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
summary: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
desc: "Static value TLS\\_ECDHE\\_ECDSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
name: "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
name: "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
name: "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
name: "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
name: "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA384 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA384 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
name: "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
nameWithType: "TlsCipherSuites.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
summary: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
desc: "Static value TLS\\_ECDHE\\_RSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA"
name: "TLS_RSA_WITH_AES_128_CBC_SHA"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_128_CBC_SHA"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA256"
name: "TLS_RSA_WITH_AES_128_CBC_SHA256"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_128_CBC_SHA256"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_128_CBC_SHA256"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_CBC\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_GCM_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_128_GCM_SHA256"
name: "TLS_RSA_WITH_AES_128_GCM_SHA256"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_128_GCM_SHA256"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_128_GCM_SHA256"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_128\\_GCM\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA"
name: "TLS_RSA_WITH_AES_256_CBC_SHA"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_256_CBC_SHA"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA256"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA256"
name: "TLS_RSA_WITH_AES_256_CBC_SHA256"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_256_CBC_SHA256"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA256 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_256_CBC_SHA256"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_CBC\\_SHA256 for TlsCipherSuites."
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_GCM_SHA384"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.TLS_RSA_WITH_AES_256_GCM_SHA384"
name: "TLS_RSA_WITH_AES_256_GCM_SHA384"
nameWithType: "TlsCipherSuites.TLS_RSA_WITH_AES_256_GCM_SHA384"
summary: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for Tls<wbr>Cipher<wbr>Suites."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TlsCipherSuites TLS_RSA_WITH_AES_256_GCM_SHA384"
desc: "Static value TLS\\_RSA\\_WITH\\_AES\\_256\\_GCM\\_SHA384 for TlsCipherSuites."
methods:
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.fromString(String name)"
name: "fromString(String name)"
nameWithType: "TlsCipherSuites.fromString(String name)"
summary: "Creates or finds a Tls<wbr>Cipher<wbr>Suites from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static TlsCipherSuites fromString(String name)"
desc: "Creates or finds a TlsCipherSuites from its string representation."
returns:
description: "the corresponding TlsCipherSuites."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.values()"
fullName: "com.azure.resourcemanager.appservice.models.TlsCipherSuites.values()"
name: "values()"
nameWithType: "TlsCipherSuites.values()"
summary: "Gets known Tls<wbr>Cipher<wbr>Suites values."
modifiers:
- "static"
syntax: "public static Collection<TlsCipherSuites> values()"
desc: "Gets known TlsCipherSuites values."
returns:
description: "known TlsCipherSuites values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.TlsCipherSuites?alt=com.azure.resourcemanager.appservice.models.TlsCipherSuites&text=TlsCipherSuites\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The minimum strength TLS cipher suite allowed for an application."
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0