174 строки
11 KiB
YAML
174 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.authorization.models.Principal"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal"
|
|
name: "Principal"
|
|
nameWithType: "Principal"
|
|
summary: "The name of the entity last modified it."
|
|
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 **Principal**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.Principal()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.Principal()"
|
|
name: "Principal()"
|
|
nameWithType: "Principal.Principal()"
|
|
summary: "Creates an instance of Principal class."
|
|
syntax: "public Principal()"
|
|
desc: "Creates an instance of Principal class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.displayName()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "Principal.displayName()"
|
|
summary: "Get the display<wbr>Name property: The name of the principal made changes."
|
|
syntax: "public String displayName()"
|
|
desc: "Get the displayName property: The name of the principal made changes."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.email()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.email()"
|
|
name: "email()"
|
|
nameWithType: "Principal.email()"
|
|
summary: "Get the email property: Email of principal."
|
|
syntax: "public String email()"
|
|
desc: "Get the email property: Email of principal."
|
|
returns:
|
|
description: "the email value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "Principal.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Principal 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 Principal fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the Principal."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of Principal from the JsonReader."
|
|
returns:
|
|
description: "An instance of Principal if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.id()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.id()"
|
|
name: "id()"
|
|
nameWithType: "Principal.id()"
|
|
summary: "Get the id property: The id of the principal made changes."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: The id of the principal made changes."
|
|
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.Principal.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "Principal.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.Principal.type()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.type()"
|
|
name: "type()"
|
|
nameWithType: "Principal.type()"
|
|
summary: "Get the type property: Type of principal such as user , group etc."
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: Type of principal such as user , group etc."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.validate()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Principal.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.withDisplayName(String displayName)"
|
|
name: "withDisplayName(String displayName)"
|
|
nameWithType: "Principal.withDisplayName(String displayName)"
|
|
summary: "Set the display<wbr>Name property: The name of the principal made changes."
|
|
parameters:
|
|
- description: "the displayName value to set."
|
|
name: "displayName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Principal withDisplayName(String displayName)"
|
|
desc: "Set the displayName property: The name of the principal made changes."
|
|
returns:
|
|
description: "the Principal object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.withEmail(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.withEmail(String email)"
|
|
name: "withEmail(String email)"
|
|
nameWithType: "Principal.withEmail(String email)"
|
|
summary: "Set the email property: Email of principal."
|
|
parameters:
|
|
- description: "the email value to set."
|
|
name: "email"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Principal withEmail(String email)"
|
|
desc: "Set the email property: Email of principal."
|
|
returns:
|
|
description: "the Principal object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "Principal.withId(String id)"
|
|
summary: "Set the id property: The id of the principal made changes."
|
|
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 Principal withId(String id)"
|
|
desc: "Set the id property: The id of the principal made changes."
|
|
returns:
|
|
description: "the Principal object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.Principal.withType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.Principal.withType(String type)"
|
|
name: "withType(String type)"
|
|
nameWithType: "Principal.withType(String type)"
|
|
summary: "Set the type property: Type of principal such as user , group etc."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public Principal withType(String type)"
|
|
desc: "Set the type property: Type of principal such as user , group etc."
|
|
returns:
|
|
description: "the Principal object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The name of the entity last modified it."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.models.Principal?alt=com.azure.resourcemanager.authorization.models.Principal&text=Principal\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.authorization.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.44.0
|