Uses of Class
com.azure.resourcemanager.compute.models.AccessControlRules
Packages that use AccessControlRules
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of AccessControlRules in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return AccessControlRulesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.rules()Get the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionProperties.rules()Get the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type AccessControlRulesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.withRules(AccessControlRules rules) Set the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionProperties.withRules(AccessControlRules rules) Set the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version. -
Uses of AccessControlRules in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return AccessControlRulesModifier and TypeMethodDescriptionstatic AccessControlRulesAccessControlRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessControlRules from the JsonReader.GalleryInVMAccessControlProfileVersionUpdate.rules()Get the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.AccessControlRules.withIdentities(List<AccessControlRulesIdentity> identities) Set the identities property: A list of identities.AccessControlRules.withPrivileges(List<AccessControlRulesPrivilege> privileges) Set the privileges property: A list of privileges.AccessControlRules.withRoleAssignments(List<AccessControlRulesRoleAssignment> roleAssignments) Set the roleAssignments property: A list of role assignments.AccessControlRules.withRoles(List<AccessControlRulesRole> roles) Set the roles property: A list of roles.Methods in com.azure.resourcemanager.compute.models with parameters of type AccessControlRulesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionUpdate.withRules(AccessControlRules rules) Set the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.