48 строки
2.1 KiB
YAML
48 строки
2.1 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.management.compute.ProtocolTypes.HTTP
|
|
name: HTTP
|
|
nameWithType: ProtocolTypes.HTTP
|
|
summary: <p>Enum value Http. </p>
|
|
uid: com.microsoft.azure.management.compute.ProtocolTypes.HTTP
|
|
- fullName: com.microsoft.azure.management.compute.ProtocolTypes.HTTPS
|
|
name: HTTPS
|
|
nameWithType: ProtocolTypes.HTTPS
|
|
summary: <p>Enum value Https. </p>
|
|
uid: com.microsoft.azure.management.compute.ProtocolTypes.HTTPS
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<ProtocolTypes>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.compute.ProtocolTypes.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: ProtocolTypes.fromString(String value)
|
|
parameters:
|
|
- description: <p>the serialized value to parse. </p>
|
|
name: value
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the parsed ProtocolTypes object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ProtocolTypes?alt=com.microsoft.azure.management.compute.ProtocolTypes&text=ProtocolTypes" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a ProtocolTypes instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static ProtocolTypes fromString(String value)
|
|
uid: com.microsoft.azure.management.compute.ProtocolTypes.fromString(String)
|
|
- fullName: com.microsoft.azure.management.compute.ProtocolTypes.toString()
|
|
name: toString()
|
|
nameWithType: ProtocolTypes.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.compute.ProtocolTypes.toString()
|
|
nameWithType: ProtocolTypes
|
|
syntax: public enum ProtocolTypes
|
|
uid: com.microsoft.azure.management.compute.ProtocolTypes
|
|
fullName: com.microsoft.azure.management.compute.ProtocolTypes
|
|
name: ProtocolTypes
|
|
package: com.microsoft.azure.management.compute
|
|
summary: <p>Defines values for ProtocolTypes. </p>
|
|
metadata: {}
|