96 строки
6.0 KiB
YAML
96 строки
6.0 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.resourcemanager.compute.models.ComputeRoles"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles"
|
|
name: "ComputeRoles"
|
|
nameWithType: "ComputeRoles"
|
|
summary: "Defines values for Compute<wbr>Roles."
|
|
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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- 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#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 enum **ComputeRoles**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.resourcemanager.compute.models.ComputeRoles?alt=com.azure.resourcemanager.compute.models.ComputeRoles&text=ComputeRoles\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.IAAS"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.IAAS"
|
|
name: "IAAS"
|
|
nameWithType: "ComputeRoles.IAAS"
|
|
summary: "Enum value IaaS."
|
|
desc: "Enum value IaaS."
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.PAAS"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.PAAS"
|
|
name: "PAAS"
|
|
nameWithType: "ComputeRoles.PAAS"
|
|
summary: "Enum value PaaS."
|
|
desc: "Enum value PaaS."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "ComputeRoles.fromString(String value)"
|
|
summary: "Parses a serialized value to a Compute<wbr>Roles instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ComputeRoles fromString(String value)"
|
|
desc: "Parses a serialized value to a ComputeRoles instance."
|
|
returns:
|
|
description: "the parsed ComputeRoles object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.ComputeRoles?alt=com.azure.resourcemanager.compute.models.ComputeRoles&text=ComputeRoles\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.toString()"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.toString()"
|
|
name: "toString()"
|
|
nameWithType: "ComputeRoles.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.valueOf(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "ComputeRoles.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ComputeRoles valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.ComputeRoles?alt=com.azure.resourcemanager.compute.models.ComputeRoles&text=ComputeRoles\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.compute.models.ComputeRoles.values()"
|
|
fullName: "com.azure.resourcemanager.compute.models.ComputeRoles.values()"
|
|
name: "values()"
|
|
nameWithType: "ComputeRoles.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static ComputeRoles[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.compute.models.ComputeRoles?alt=com.azure.resourcemanager.compute.models.ComputeRoles&text=ComputeRoles\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for ComputeRoles."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.compute.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0
|