AccessControlRulesRoleAssignment Constructors

Definition

Overloads

Name Description
AccessControlRulesRoleAssignment()

Initializes a new instance of the AccessControlRulesRoleAssignment class.

AccessControlRulesRoleAssignment(String, IList<String>)

Initializes a new instance of the AccessControlRulesRoleAssignment class.

AccessControlRulesRoleAssignment()

Initializes a new instance of the AccessControlRulesRoleAssignment class.

public AccessControlRulesRoleAssignment();
Public Sub New ()

Applies to

AccessControlRulesRoleAssignment(String, IList<String>)

Initializes a new instance of the AccessControlRulesRoleAssignment class.

public AccessControlRulesRoleAssignment(string role, System.Collections.Generic.IList<string> identities);
new Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.AccessControlRulesRoleAssignment
Public Sub New (role As String, identities As IList(Of String))

Parameters

role
String

The name of the role.

identities
IList<String>

A list of identities that can access the privileges defined by the role.

Applies to