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

174 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.models.UserSet"
fullName: "com.azure.resourcemanager.authorization.models.UserSet"
name: "UserSet"
nameWithType: "UserSet"
summary: "The detail of a user."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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#equals-java.lang.Object-\">equals</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#hashCode--\">hashCode</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#toString--\">toString</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 **UserSet**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.authorization.models.UserSet.UserSet()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.UserSet()"
name: "UserSet()"
nameWithType: "UserSet.UserSet()"
summary: "Creates an instance of User<wbr>Set class."
syntax: "public UserSet()"
desc: "Creates an instance of UserSet class."
methods:
- uid: "com.azure.resourcemanager.authorization.models.UserSet.description()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.description()"
name: "description()"
nameWithType: "UserSet.description()"
summary: "Get the description property: The description of the user."
syntax: "public String description()"
desc: "Get the description property: The description of the user."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "UserSet.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of User<wbr>Set from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static UserSet fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the UserSet."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of UserSet from the JsonReader."
returns:
description: "An instance of UserSet if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.id()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.id()"
name: "id()"
nameWithType: "UserSet.id()"
summary: "Get the id property: The object id of the user."
syntax: "public String id()"
desc: "Get the id property: The object id of the user."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.isBackup()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.isBackup()"
name: "isBackup()"
nameWithType: "UserSet.isBackup()"
summary: "Get the is<wbr>Backup property: The value indicating whether the user is a backup fallback approver."
syntax: "public Boolean isBackup()"
desc: "Get the isBackup property: The value indicating whether the user is a backup fallback approver."
returns:
description: "the isBackup value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "UserSet.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.userType()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.userType()"
name: "userType()"
nameWithType: "UserSet.userType()"
summary: "Get the user<wbr>Type property: The type of user."
syntax: "public UserType userType()"
desc: "Get the userType property: The type of user."
returns:
description: "the userType value."
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.UserSet.validate()"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.validate()"
name: "validate()"
nameWithType: "UserSet.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.authorization.models.UserSet.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "UserSet.withDescription(String description)"
summary: "Set the description property: The description of the user."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserSet withDescription(String description)"
desc: "Set the description property: The description of the user."
returns:
description: "the UserSet object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.withId(String id)"
name: "withId(String id)"
nameWithType: "UserSet.withId(String id)"
summary: "Set the id property: The object id of the user."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserSet withId(String id)"
desc: "Set the id property: The object id of the user."
returns:
description: "the UserSet object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.withIsBackup(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.withIsBackup(Boolean isBackup)"
name: "withIsBackup(Boolean isBackup)"
nameWithType: "UserSet.withIsBackup(Boolean isBackup)"
summary: "Set the is<wbr>Backup property: The value indicating whether the user is a backup fallback approver."
parameters:
- description: "the isBackup value to set."
name: "isBackup"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public UserSet withIsBackup(Boolean isBackup)"
desc: "Set the isBackup property: The value indicating whether the user is a backup fallback approver."
returns:
description: "the UserSet object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.UserSet.withUserType(com.azure.resourcemanager.authorization.models.UserType)"
fullName: "com.azure.resourcemanager.authorization.models.UserSet.withUserType(UserType userType)"
name: "withUserType(UserType userType)"
nameWithType: "UserSet.withUserType(UserType userType)"
summary: "Set the user<wbr>Type property: The type of user."
parameters:
- description: "the userType value to set."
name: "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\" />"
syntax: "public UserSet withUserType(UserType userType)"
desc: "Set the userType property: The type of user."
returns:
description: "the UserSet object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The detail of a user."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.models.UserSet?alt=com.azure.resourcemanager.authorization.models.UserSet&text=UserSet\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.authorization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.44.0