Uses of Class
com.azure.resourcemanager.compute.models.AccessControlRulesPrivilege
Packages that use AccessControlRulesPrivilege
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AccessControlRulesPrivilege in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AccessControlRulesPrivilegeModifier and TypeClassDescriptionfinal classThe properties of an Access Control Rule Privilege.Methods in com.azure.resourcemanager.compute.models that return AccessControlRulesPrivilegeModifier and TypeMethodDescriptionstatic AccessControlRulesPrivilegeAccessControlRulesPrivilege.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessControlRulesPrivilege from the JsonReader.Set the name property: The name of the privilege.Set the path property: The HTTP path corresponding to the privilege.AccessControlRulesPrivilege.withQueryParameters(Map<String, String> queryParameters) Set the queryParameters property: The query parameters to match in the path.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AccessControlRulesPrivilegeModifier and TypeMethodDescriptionAccessControlRules.privileges()Get the privileges property: A list of privileges.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type AccessControlRulesPrivilegeModifier and TypeMethodDescriptionAccessControlRules.withPrivileges(List<AccessControlRulesPrivilege> privileges) Set the privileges property: A list of privileges.