azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

74 строки
4.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.ApplicationGatewaySslProtocol(String value)
name: ApplicationGatewaySslProtocol(String value)
nameWithType: ApplicationGatewaySslProtocol.ApplicationGatewaySslProtocol(String value)
parameters:
- description: <p>the custom value </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Creates a custom value for ApplicationGatewaySslProtocol. </p>
syntax: public ApplicationGatewaySslProtocol(String value)
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.ApplicationGatewaySslProtocol(String)
fields:
- field:
type: final <xref href="com.microsoft.azure.management.network.ApplicationGatewaySslProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewaySslProtocol&text=ApplicationGatewaySslProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_0
name: TLSV1_0
nameWithType: ApplicationGatewaySslProtocol.TLSV1_0
summary: <p>Static value TLSv1_0 for ApplicationGatewaySslProtocol. </p>
syntax: public static final ApplicationGatewaySslProtocol TLSV1_0= new ApplicationGatewaySslProtocol("TLSv1_0")
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_0
- field:
type: final <xref href="com.microsoft.azure.management.network.ApplicationGatewaySslProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewaySslProtocol&text=ApplicationGatewaySslProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_1
name: TLSV1_1
nameWithType: ApplicationGatewaySslProtocol.TLSV1_1
summary: <p>Static value TLSv1_1 for ApplicationGatewaySslProtocol. </p>
syntax: public static final ApplicationGatewaySslProtocol TLSV1_1= new ApplicationGatewaySslProtocol("TLSv1_1")
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_1
- field:
type: final <xref href="com.microsoft.azure.management.network.ApplicationGatewaySslProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewaySslProtocol&text=ApplicationGatewaySslProtocol" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_2
name: TLSV1_2
nameWithType: ApplicationGatewaySslProtocol.TLSV1_2
summary: <p>Static value TLSv1_2 for ApplicationGatewaySslProtocol. </p>
syntax: public static final ApplicationGatewaySslProtocol TLSV1_2= new ApplicationGatewaySslProtocol("TLSv1_2")
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_2
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.equals(Object obj)
name: equals(Object obj)
nameWithType: ApplicationGatewaySslProtocol.equals(Object obj)
parameters:
- name: obj
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
returns:
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean equals(Object obj)
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.equals(Object)
- fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.hashCode()
name: hashCode()
nameWithType: ApplicationGatewaySslProtocol.hashCode()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int hashCode()
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.hashCode()
- fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.toString()
name: toString()
nameWithType: ApplicationGatewaySslProtocol.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.toString()
nameWithType: ApplicationGatewaySslProtocol
syntax: public class ApplicationGatewaySslProtocol
type: class
uid: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol
fullName: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol
name: ApplicationGatewaySslProtocol
package: com.microsoft.azure.management.network
summary: <p>Defines values for ApplicationGatewaySslProtocol. </p>
metadata: {}