Uses of Class
com.azure.resourcemanager.authorization.models.ExpandedPropertiesRoleDefinition
Packages that use ExpandedPropertiesRoleDefinition
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ExpandedPropertiesRoleDefinition in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ExpandedPropertiesRoleDefinitionModifier and TypeMethodDescriptionExpandedPropertiesRoleDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpandedPropertiesRoleDefinition from the JsonReader.ExpandedProperties.roleDefinition()Get the roleDefinition property: Details of role definition.ExpandedPropertiesRoleDefinition.withDisplayName(String displayName) Set the displayName property: Display name of the role definition.Set the id property: Id of the role definition.Set the type property: Type of the role definition.Methods in com.azure.resourcemanager.authorization.models with parameters of type ExpandedPropertiesRoleDefinitionModifier and TypeMethodDescriptionExpandedProperties.withRoleDefinition(ExpandedPropertiesRoleDefinition roleDefinition) Set the roleDefinition property: Details of role definition.