AccessControlRulesIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AccessControlRulesIdentity() |
Initializes a new instance of the AccessControlRulesIdentity class. |
| AccessControlRulesIdentity(String, String, String, String, String) |
Initializes a new instance of the AccessControlRulesIdentity class. |
AccessControlRulesIdentity()
Initializes a new instance of the AccessControlRulesIdentity class.
public AccessControlRulesIdentity();
Public Sub New ()
Applies to
AccessControlRulesIdentity(String, String, String, String, String)
Initializes a new instance of the AccessControlRulesIdentity class.
public AccessControlRulesIdentity(string name, string userName = default, string groupName = default, string exePath = default, string processName = default);
new Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity : string * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.AccessControlRulesIdentity
Public Sub New (name As String, Optional userName As String = Nothing, Optional groupName As String = Nothing, Optional exePath As String = Nothing, Optional processName As String = Nothing)
Parameters
- name
- String
The name of the identity.
- userName
- String
The username corresponding to this identity.
- groupName
- String
The groupName corresponding to this identity.
- exePath
- String
The path to the executable.
- processName
- String
The process name of the executable.