AccessControlRulesRoleAssignment 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 |
|---|---|
| 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.