azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

88 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.models.UserType"
fullName: "com.azure.resourcemanager.authorization.models.UserType"
name: "UserType"
nameWithType: "UserType"
summary: "Defines values for User<wbr>Type."
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\" />"
inheritedMembers:
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
- "com.azure.core.util.ExpandableStringEnum.toString()"
- "java.lang.Object.clone()"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class UserType extends ExpandableStringEnum<UserType>"
constructors:
- uid: "com.azure.resourcemanager.authorization.models.UserType.UserType()"
fullName: "com.azure.resourcemanager.authorization.models.UserType.UserType()"
name: "UserType()"
nameWithType: "UserType.UserType()"
syntax: "public UserType()"
fields:
- uid: "com.azure.resourcemanager.authorization.models.UserType.GROUP"
fullName: "com.azure.resourcemanager.authorization.models.UserType.GROUP"
name: "GROUP"
nameWithType: "UserType.GROUP"
summary: "Static value Group for User<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserType?alt=com.azure.resourcemanager.authorization.models.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UserType GROUP"
desc: "Static value Group for UserType."
- uid: "com.azure.resourcemanager.authorization.models.UserType.USER"
fullName: "com.azure.resourcemanager.authorization.models.UserType.USER"
name: "USER"
nameWithType: "UserType.USER"
summary: "Static value User for User<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserType?alt=com.azure.resourcemanager.authorization.models.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UserType USER"
desc: "Static value User for UserType."
methods:
- uid: "com.azure.resourcemanager.authorization.models.UserType.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.UserType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "UserType.fromString(String name)"
summary: "Creates or finds a User<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 UserType fromString(String name)"
desc: "Creates or finds a UserType from its string representation."
returns:
description: "the corresponding UserType."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserType?alt=com.azure.resourcemanager.authorization.models.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserType.values()"
fullName: "com.azure.resourcemanager.authorization.models.UserType.values()"
name: "values()"
nameWithType: "UserType.values()"
modifiers:
- "static"
syntax: "public static Collection<UserType> values()"
returns:
description: "known UserType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.authorization.models.UserType?alt=com.azure.resourcemanager.authorization.models.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for UserType."
metadata: {}
package: "com.azure.resourcemanager.authorization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.18.0