AccessControlRulesPrivilege 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 |
|---|---|
| AccessControlRulesPrivilege() |
Initializes a new instance of the AccessControlRulesPrivilege class. |
| AccessControlRulesPrivilege(String, String, IDictionary<String,String>) |
Initializes a new instance of the AccessControlRulesPrivilege class. |
AccessControlRulesPrivilege()
Initializes a new instance of the AccessControlRulesPrivilege class.
public AccessControlRulesPrivilege();
Public Sub New ()
Applies to
AccessControlRulesPrivilege(String, String, IDictionary<String,String>)
Initializes a new instance of the AccessControlRulesPrivilege class.
public AccessControlRulesPrivilege(string name, string path, System.Collections.Generic.IDictionary<string,string> queryParameters = default);
new Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Models.AccessControlRulesPrivilege
Public Sub New (name As String, path As String, Optional queryParameters As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
The name of the privilege.
- path
- String
The HTTP path corresponding to the privilege.
- queryParameters
- IDictionary<String,String>
The query parameters to match in the path.