102 строки
7.7 KiB
YAML
102 строки
7.7 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType"
|
|
name: "IPAddressProvisioningType"
|
|
nameWithType: "IPAddressProvisioningType"
|
|
summary: "Defines values for IPAddress<wbr>Provisioning<wbr>Type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.describeConstable()?alt=java.lang.Enum.describeConstable&text=describeConstable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public enum **IPAddressProvisioningType**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.batch.IPAddressProvisioningType?alt=com.microsoft.azure.management.batch.IPAddressProvisioningType&text=IPAddressProvisioningType\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.BATCH_MANAGED"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.BATCH_MANAGED"
|
|
name: "BATCH_MANAGED"
|
|
nameWithType: "IPAddressProvisioningType.BATCH_MANAGED"
|
|
summary: "A public IP will be created and managed by Batch."
|
|
desc: "A public IP will be created and managed by Batch. There may be multiple public IPs depending on the size of the Pool."
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.NO_PUBLIC_IPADDRESSES"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.NO_PUBLIC_IPADDRESSES"
|
|
name: "NO_PUBLIC_IPADDRESSES"
|
|
nameWithType: "IPAddressProvisioningType.NO_PUBLIC_IPADDRESSES"
|
|
summary: "No public IP Address will be created for the Compute Nodes in the Pool."
|
|
desc: "No public IP Address will be created for the Compute Nodes in the Pool."
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.USER_MANAGED"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.USER_MANAGED"
|
|
name: "USER_MANAGED"
|
|
nameWithType: "IPAddressProvisioningType.USER_MANAGED"
|
|
summary: "Public IPs are provided by the user and will be used to provision the Compute Nodes."
|
|
desc: "Public IPs are provided by the user and will be used to provision the Compute Nodes."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "IPAddressProvisioningType.fromString(String value)"
|
|
summary: "Parses a serialized value to a IPAddress<wbr>Provisioning<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static IPAddressProvisioningType fromString(String value)"
|
|
desc: "Parses a serialized value to a IPAddressProvisioningType instance."
|
|
returns:
|
|
description: "the parsed IPAddressProvisioningType object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.IPAddressProvisioningType?alt=com.microsoft.azure.management.batch.IPAddressProvisioningType&text=IPAddressProvisioningType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.toString()"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "IPAddressProvisioningType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "IPAddressProvisioningType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static IPAddressProvisioningType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.IPAddressProvisioningType?alt=com.microsoft.azure.management.batch.IPAddressProvisioningType&text=IPAddressProvisioningType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.batch.IPAddressProvisioningType.values()"
|
|
fullName: "com.microsoft.azure.management.batch.IPAddressProvisioningType.values()"
|
|
name: "values()"
|
|
nameWithType: "IPAddressProvisioningType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static IPAddressProvisioningType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.IPAddressProvisioningType?alt=com.microsoft.azure.management.batch.IPAddressProvisioningType&text=IPAddressProvisioningType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for IPAddressProvisioningType."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.batch"
|
|
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4
|