azure-docs-sdk-java/docs-ref-autogen/com.azure.core.management.R...

123 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.management.ResourceAuthorIdentityType"
fullName: "com.azure.core.management.ResourceAuthorIdentityType"
name: "ResourceAuthorIdentityType"
nameWithType: "ResourceAuthorIdentityType"
summary: "Defines values for identity type of resource author."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<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 final class **ResourceAuthorIdentityType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.core.management.ResourceAuthorIdentityType.ResourceAuthorIdentityType()"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.ResourceAuthorIdentityType()"
name: "ResourceAuthorIdentityType()"
nameWithType: "ResourceAuthorIdentityType.ResourceAuthorIdentityType()"
summary: "Creates a new instance of <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ResourceAuthorIdentityType\"></xref> without a <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType.toString*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#toString()\"></xref> value."
deprecatedTag: "Use one of the constants or the <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType.fromString*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String, Class)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public ResourceAuthorIdentityType()"
desc: "Creates a new instance of <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ResourceAuthorIdentityType\"></xref> without a <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType.toString*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#toString()\"></xref> value.\n\nThis constructor shouldn't be called as it will produce a <xref uid=\"com.azure.core.management.ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ResourceAuthorIdentityType\"></xref> which doesn't have a String enum value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.core.management.ResourceAuthorIdentityType.APPLICATION"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.APPLICATION"
name: "APPLICATION"
nameWithType: "ResourceAuthorIdentityType.APPLICATION"
summary: "Static value Application for Resource<wbr>Author<wbr>Identity<wbr>Type, represents an AAD application."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ResourceAuthorIdentityType APPLICATION"
desc: "Static value Application for ResourceAuthorIdentityType, represents an AAD application."
- uid: "com.azure.core.management.ResourceAuthorIdentityType.KEY"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.KEY"
name: "KEY"
nameWithType: "ResourceAuthorIdentityType.KEY"
summary: "Static value Key for Resource<wbr>Author<wbr>Identity<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ResourceAuthorIdentityType KEY"
desc: "Static value Key for ResourceAuthorIdentityType."
- uid: "com.azure.core.management.ResourceAuthorIdentityType.MANAGED_IDENTITY"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.MANAGED_IDENTITY"
name: "MANAGED_IDENTITY"
nameWithType: "ResourceAuthorIdentityType.MANAGED_IDENTITY"
summary: "Static value Managed<wbr>Identity for Resource<wbr>Author<wbr>Identity<wbr>Type, represents a Managed Identity."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ResourceAuthorIdentityType MANAGED_IDENTITY"
desc: "Static value ManagedIdentity for ResourceAuthorIdentityType, represents a Managed Identity."
- uid: "com.azure.core.management.ResourceAuthorIdentityType.USER"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.USER"
name: "USER"
nameWithType: "ResourceAuthorIdentityType.USER"
summary: "Static value User for Resource<wbr>Author<wbr>Identity<wbr>Type, represents an AAD user."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ResourceAuthorIdentityType USER"
desc: "Static value User for ResourceAuthorIdentityType, represents an AAD user."
methods:
- uid: "com.azure.core.management.ResourceAuthorIdentityType.fromString(java.lang.String)"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ResourceAuthorIdentityType.fromString(String name)"
summary: "Creates or finds a Resource<wbr>Author<wbr>Identity<wbr>Type from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ResourceAuthorIdentityType fromString(String name)"
desc: "Creates or finds a ResourceAuthorIdentityType from its string representation."
returns:
description: "the corresponding ResourceAuthorIdentityType."
type: "<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.management.ResourceAuthorIdentityType.values()"
fullName: "com.azure.core.management.ResourceAuthorIdentityType.values()"
name: "values()"
nameWithType: "ResourceAuthorIdentityType.values()"
summary: "Gets the known Resource<wbr>Author<wbr>Identity<wbr>Type values."
modifiers:
- "static"
syntax: "public static Collection<ResourceAuthorIdentityType> values()"
desc: "Gets the known ResourceAuthorIdentityType values."
returns:
description: "known ResourceAuthorIdentityType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.core.management.ResourceAuthorIdentityType?alt=com.azure.core.management.ResourceAuthorIdentityType&text=ResourceAuthorIdentityType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for identity type of resource author."
metadata: {}
package: "com.azure.core.management"
artifact: com.azure:azure-core-management:1.15.3