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