AccessControlRulesIdentity Constructors

Definition

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.

Applies to