Uses of Class
com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope
Packages that use PolicyAssignmentPropertiesScope
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of PolicyAssignmentPropertiesScope in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return PolicyAssignmentPropertiesScopeModifier and TypeMethodDescriptionPolicyAssignmentPropertiesScope.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyAssignmentPropertiesScope from the JsonReader.PolicyAssignmentProperties.scope()Get the scope property: Details of the resource scope.PolicyAssignmentPropertiesScope.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 PolicyAssignmentPropertiesScopeModifier and TypeMethodDescriptionPolicyAssignmentProperties.withScope(PolicyAssignmentPropertiesScope scope) Set the scope property: Details of the resource scope.