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
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type ExpandedPropertiesPrincipalModifier and TypeClassDescriptionfinal classDetails of the principal.Methods in com.azure.resourcemanager.authorization.models that return ExpandedPropertiesPrincipalModifier and TypeMethodDescriptionstatic ExpandedPropertiesPrincipalExpandedPropertiesPrincipal.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpandedPropertiesPrincipal from the JsonReader.ExpandedProperties.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.