Uses of Class
com.azure.resourcemanager.compute.models.AccessControlRulesIdentity
Packages that use AccessControlRulesIdentity
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AccessControlRulesIdentity in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AccessControlRulesIdentityModifier and TypeClassDescriptionfinal classThe properties of an Access Control Rule Identity.Methods in com.azure.resourcemanager.compute.models that return AccessControlRulesIdentityModifier and TypeMethodDescriptionstatic AccessControlRulesIdentityAccessControlRulesIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessControlRulesIdentity from the JsonReader.AccessControlRulesIdentity.withExePath(String exePath) Set the exePath property: The path to the executable.AccessControlRulesIdentity.withGroupName(String groupName) Set the groupName property: The groupName corresponding to this identity.Set the name property: The name of the identity.AccessControlRulesIdentity.withProcessName(String processName) Set the processName property: The process name of the executable.AccessControlRulesIdentity.withUsername(String username) Set the username property: The username corresponding to this identity.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AccessControlRulesIdentityModifier and TypeMethodDescriptionAccessControlRules.identities()Get the identities property: A list of identities.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type AccessControlRulesIdentityModifier and TypeMethodDescriptionAccessControlRules.withIdentities(List<AccessControlRulesIdentity> identities) Set the identities property: A list of identities.