azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

59 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
- com.microsoft.azure.management.resources.fluentcore.model.Updatable.update()
methods:
- fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mail()
name: mail()
nameWithType: ActiveDirectoryUser.mail()
returns:
description: <p>user mail </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String mail()
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mail()
- fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mailNickname()
name: mailNickname()
nameWithType: ActiveDirectoryUser.mailNickname()
returns:
description: <p>the mail alias for the user </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String mailNickname()
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mailNickname()
- fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.signInName()
name: signInName()
nameWithType: ActiveDirectoryUser.signInName()
returns:
description: <p>user signIn name </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String signInName()
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.signInName()
- fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.usageLocation()
name: usageLocation()
nameWithType: ActiveDirectoryUser.usageLocation()
returns:
description: <p>the usage location of the user </p>
type: <xref href="com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode?alt=com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode" data-throw-if-not-resolved="False"/>
syntax: public CountryIsoCode usageLocation()
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.usageLocation()
- fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.userPrincipalName()
name: userPrincipalName()
nameWithType: ActiveDirectoryUser.userPrincipalName()
returns:
description: <p>user principal name </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String userPrincipalName()
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.userPrincipalName()
nameWithType: ActiveDirectoryUser
syntax: public interface ActiveDirectoryUser extends ActiveDirectoryObject,HasInner<UserInner>,Updatable<ActiveDirectoryUser.Update>
type: interface
uid: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser
fullName: com.microsoft.azure.management.graphrbac.ActiveDirectoryUser
name: ActiveDirectoryUser
package: com.microsoft.azure.management.graphrbac
summary: <p>An immutable client-side representation of an Azure AD user. </p>
metadata: {}