TrustedAccessRoleRule 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 |
|---|---|
| TrustedAccessRoleRule() |
Initializes a new instance of the TrustedAccessRoleRule class. |
| TrustedAccessRoleRule(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the TrustedAccessRoleRule class. |
TrustedAccessRoleRule()
Initializes a new instance of the TrustedAccessRoleRule class.
public TrustedAccessRoleRule();
Public Sub New ()
Applies to
TrustedAccessRoleRule(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)
Initializes a new instance of the TrustedAccessRoleRule class.
public TrustedAccessRoleRule(System.Collections.Generic.IList<string> verbs = default, System.Collections.Generic.IList<string> apiGroups = default, System.Collections.Generic.IList<string> resources = default, System.Collections.Generic.IList<string> resourceNames = default, System.Collections.Generic.IList<string> nonResourceUrLs = default);
new Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule
Public Sub New (Optional verbs As IList(Of String) = Nothing, Optional apiGroups As IList(Of String) = Nothing, Optional resources As IList(Of String) = Nothing, Optional resourceNames As IList(Of String) = Nothing, Optional nonResourceUrLs As IList(Of String) = Nothing)