AccessControlRulesRole Constructors

Definition

Overloads

Name Description
AccessControlRulesRole()

Initializes a new instance of the AccessControlRulesRole class.

AccessControlRulesRole(String, IList<String>)

Initializes a new instance of the AccessControlRulesRole class.

AccessControlRulesRole()

Initializes a new instance of the AccessControlRulesRole class.

public AccessControlRulesRole();
Public Sub New ()

Applies to

AccessControlRulesRole(String, IList<String>)

Initializes a new instance of the AccessControlRulesRole class.

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

Parameters

name
String

The name of the role.

privileges
IList<String>

A list of privileges needed by this role.

Applies to