180 строки
11 KiB
YAML
180 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.UserBase"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase"
|
|
name: "UserBase"
|
|
nameWithType: "UserBase"
|
|
summary: "The User<wbr>Base model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" 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.toString()?alt=java.lang.Object.toString&text=toString\" 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 class **UserBase**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.UserBase()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.UserBase()"
|
|
name: "UserBase()"
|
|
nameWithType: "UserBase.UserBase()"
|
|
syntax: "public UserBase()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.additionalProperties()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.additionalProperties()"
|
|
name: "additionalProperties()"
|
|
nameWithType: "UserBase.additionalProperties()"
|
|
summary: "Get the additional<wbr>Properties value."
|
|
syntax: "public Map<String,Object> additionalProperties()"
|
|
desc: "Get the additionalProperties value."
|
|
returns:
|
|
description: "the additionalProperties value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.givenName()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.givenName()"
|
|
name: "givenName()"
|
|
nameWithType: "UserBase.givenName()"
|
|
summary: "Get the given<wbr>Name value."
|
|
syntax: "public String givenName()"
|
|
desc: "Get the givenName value."
|
|
returns:
|
|
description: "the givenName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.immutableId()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.immutableId()"
|
|
name: "immutableId()"
|
|
nameWithType: "UserBase.immutableId()"
|
|
summary: "Get the immutable<wbr>Id value."
|
|
syntax: "public String immutableId()"
|
|
desc: "Get the immutableId value."
|
|
returns:
|
|
description: "the immutableId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.surname()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.surname()"
|
|
name: "surname()"
|
|
nameWithType: "UserBase.surname()"
|
|
summary: "Get the surname value."
|
|
syntax: "public String surname()"
|
|
desc: "Get the surname value."
|
|
returns:
|
|
description: "the surname value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.usageLocation()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.usageLocation()"
|
|
name: "usageLocation()"
|
|
nameWithType: "UserBase.usageLocation()"
|
|
summary: "Get the usage<wbr>Location value."
|
|
syntax: "public String usageLocation()"
|
|
desc: "Get the usageLocation value."
|
|
returns:
|
|
description: "the usageLocation value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.userType()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.userType()"
|
|
name: "userType()"
|
|
nameWithType: "UserBase.userType()"
|
|
summary: "Get the user<wbr>Type value."
|
|
syntax: "public UserType userType()"
|
|
desc: "Get the userType value."
|
|
returns:
|
|
description: "the userType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserType?alt=com.microsoft.azure.management.graphrbac.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
nameWithType: "UserBase.withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
summary: "Set the additional<wbr>Properties value."
|
|
parameters:
|
|
- description: "the additionalProperties value to set"
|
|
name: "additionalProperties"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public UserBase withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
desc: "Set the additionalProperties value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withGivenName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withGivenName(String givenName)"
|
|
name: "withGivenName(String givenName)"
|
|
nameWithType: "UserBase.withGivenName(String givenName)"
|
|
summary: "Set the given<wbr>Name value."
|
|
parameters:
|
|
- description: "the givenName value to set"
|
|
name: "givenName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserBase withGivenName(String givenName)"
|
|
desc: "Set the givenName value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withImmutableId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withImmutableId(String immutableId)"
|
|
name: "withImmutableId(String immutableId)"
|
|
nameWithType: "UserBase.withImmutableId(String immutableId)"
|
|
summary: "Set the immutable<wbr>Id value."
|
|
parameters:
|
|
- description: "the immutableId value to set"
|
|
name: "immutableId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserBase withImmutableId(String immutableId)"
|
|
desc: "Set the immutableId value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withSurname(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withSurname(String surname)"
|
|
name: "withSurname(String surname)"
|
|
nameWithType: "UserBase.withSurname(String surname)"
|
|
summary: "Set the surname value."
|
|
parameters:
|
|
- description: "the surname value to set"
|
|
name: "surname"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserBase withSurname(String surname)"
|
|
desc: "Set the surname value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withUsageLocation(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withUsageLocation(String usageLocation)"
|
|
name: "withUsageLocation(String usageLocation)"
|
|
nameWithType: "UserBase.withUsageLocation(String usageLocation)"
|
|
summary: "Set the usage<wbr>Location value."
|
|
parameters:
|
|
- description: "the usageLocation value to set"
|
|
name: "usageLocation"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserBase withUsageLocation(String usageLocation)"
|
|
desc: "Set the usageLocation value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.UserBase.withUserType(com.microsoft.azure.management.graphrbac.UserType)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.UserBase.withUserType(UserType userType)"
|
|
name: "withUserType(UserType userType)"
|
|
nameWithType: "UserBase.withUserType(UserType userType)"
|
|
summary: "Set the user<wbr>Type value."
|
|
parameters:
|
|
- description: "the userType value to set"
|
|
name: "userType"
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserType?alt=com.microsoft.azure.management.graphrbac.UserType&text=UserType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UserBase withUserType(UserType userType)"
|
|
desc: "Set the userType value."
|
|
returns:
|
|
description: "the UserBase object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.UserBase?alt=com.microsoft.azure.management.graphrbac.UserBase&text=UserBase\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The UserBase model."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|