113 строки
7.4 KiB
YAML
113 строки
7.4 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.management.resources.SubscriptionState"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState"
|
|
name: "SubscriptionState"
|
|
nameWithType: "SubscriptionState"
|
|
summary: "Defines values for Subscription<wbr>State."
|
|
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.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 **SubscriptionState**</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.resources.SubscriptionState?alt=com.microsoft.azure.management.resources.SubscriptionState&text=SubscriptionState\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.DELETED"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.DELETED"
|
|
name: "DELETED"
|
|
nameWithType: "SubscriptionState.DELETED"
|
|
summary: "Enum value Deleted."
|
|
desc: "Enum value Deleted."
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.DISABLED"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.DISABLED"
|
|
name: "DISABLED"
|
|
nameWithType: "SubscriptionState.DISABLED"
|
|
summary: "Enum value Disabled."
|
|
desc: "Enum value Disabled."
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.ENABLED"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.ENABLED"
|
|
name: "ENABLED"
|
|
nameWithType: "SubscriptionState.ENABLED"
|
|
summary: "Enum value Enabled."
|
|
desc: "Enum value Enabled."
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.PAST_DUE"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.PAST_DUE"
|
|
name: "PAST_DUE"
|
|
nameWithType: "SubscriptionState.PAST_DUE"
|
|
summary: "Enum value Past<wbr>Due."
|
|
desc: "Enum value PastDue."
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.WARNED"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.WARNED"
|
|
name: "WARNED"
|
|
nameWithType: "SubscriptionState.WARNED"
|
|
summary: "Enum value Warned."
|
|
desc: "Enum value Warned."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "SubscriptionState.fromString(String value)"
|
|
summary: "Parses a serialized value to a Subscription<wbr>State 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 SubscriptionState fromString(String value)"
|
|
desc: "Parses a serialized value to a SubscriptionState instance."
|
|
returns:
|
|
description: "the parsed SubscriptionState object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.SubscriptionState?alt=com.microsoft.azure.management.resources.SubscriptionState&text=SubscriptionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.toString()"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.toString()"
|
|
name: "toString()"
|
|
nameWithType: "SubscriptionState.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.resources.SubscriptionState.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "SubscriptionState.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 SubscriptionState valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.SubscriptionState?alt=com.microsoft.azure.management.resources.SubscriptionState&text=SubscriptionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.SubscriptionState.values()"
|
|
fullName: "com.microsoft.azure.management.resources.SubscriptionState.values()"
|
|
name: "values()"
|
|
nameWithType: "SubscriptionState.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static SubscriptionState[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.SubscriptionState?alt=com.microsoft.azure.management.resources.SubscriptionState&text=SubscriptionState\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for SubscriptionState."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|