Uses of Class
com.azure.resourcemanager.compute.models.AccessControlRulesRoleAssignment
Packages that use AccessControlRulesRoleAssignment
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AccessControlRulesRoleAssignment in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AccessControlRulesRoleAssignmentModifier and TypeClassDescriptionfinal classThe properties of an Access Control Rule RoleAssignment.Methods in com.azure.resourcemanager.compute.models that return AccessControlRulesRoleAssignmentModifier and TypeMethodDescriptionAccessControlRulesRoleAssignment.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessControlRulesRoleAssignment from the JsonReader.AccessControlRulesRoleAssignment.withIdentities(List<String> identities) Set the identities property: A list of identities that can access the privileges defined by the role.Set the role property: The name of the role.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AccessControlRulesRoleAssignmentModifier and TypeMethodDescriptionAccessControlRules.roleAssignments()Get the roleAssignments property: A list of role assignments.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type AccessControlRulesRoleAssignmentModifier and TypeMethodDescriptionAccessControlRules.withRoleAssignments(List<AccessControlRulesRoleAssignment> roleAssignments) Set the roleAssignments property: A list of role assignments.