Uses of Class
com.azure.resourcemanager.authorization.models.ExpandedPropertiesPrincipal
Packages that use ExpandedPropertiesPrincipal
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ExpandedPropertiesPrincipal in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ExpandedPropertiesPrincipalModifier and TypeMethodDescriptionExpandedProperties.principal()Get the principal property: Details of the principal.ExpandedPropertiesPrincipal.withDisplayName(String displayName) Set the displayName property: Display name of the principal.Set the email property: Email id of the principal.Set the id property: Id of the principal.Set the type property: Type of the principal.Methods in com.azure.resourcemanager.authorization.models with parameters of type ExpandedPropertiesPrincipalModifier and TypeMethodDescriptionExpandedProperties.withPrincipal(ExpandedPropertiesPrincipal principal) Set the principal property: Details of the principal.