Uses of Class
com.azure.resourcemanager.authorization.models.PolicyAssignmentProperties
Packages that use PolicyAssignmentProperties
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of PolicyAssignmentProperties in com.azure.resourcemanager.authorization.models
Classes in com.azure.resourcemanager.authorization.models that implement interfaces with type arguments of type PolicyAssignmentPropertiesModifier and TypeClassDescriptionfinal classExpanded info of resource scope, role definition and policy.Methods in com.azure.resourcemanager.authorization.models that return PolicyAssignmentPropertiesModifier and TypeMethodDescriptionstatic PolicyAssignmentPropertiesPolicyAssignmentProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyAssignmentProperties from the JsonReader.PolicyAssignmentProperties.withPolicy(PolicyAssignmentPropertiesPolicy policy) Set the policy property: Details of the policy.PolicyAssignmentProperties.withRoleDefinition(PolicyAssignmentPropertiesRoleDefinition roleDefinition) Set the roleDefinition property: Details of role definition.PolicyAssignmentProperties.withScope(PolicyAssignmentPropertiesScope scope) Set the scope property: Details of the resource scope.