Uses of Class
com.azure.resourcemanager.authorization.models.ExpandedPropertiesScope
Packages that use ExpandedPropertiesScope
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ExpandedPropertiesScope in com.azure.resourcemanager.authorization.models
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type ExpandedPropertiesScopeModifier and TypeClassDescriptionfinal classDetails of the resource scope.Methods in com.azure.resourcemanager.authorization.models that return ExpandedPropertiesScopeModifier and TypeMethodDescriptionstatic ExpandedPropertiesScopeExpandedPropertiesScope.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpandedPropertiesScope from the JsonReader.ExpandedProperties.scope()Get the scope property: Details of the resource scope.ExpandedPropertiesScope.withDisplayName(String displayName) Set the displayName property: Display name of the resource.Set the id property: Scope id of the resource.Set the type property: Type of the resource.Methods in com.azure.resourcemanager.authorization.models with parameters of type ExpandedPropertiesScopeModifier and TypeMethodDescriptionExpandedProperties.withScope(ExpandedPropertiesScope scope) Set the scope property: Details of the resource scope.