TrustedAccessRole 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 |
|---|---|
| TrustedAccessRole() |
Initializes a new instance of the TrustedAccessRole class. |
| TrustedAccessRole(String, String, IList<TrustedAccessRoleRule>) |
Initializes a new instance of the TrustedAccessRole class. |
TrustedAccessRole()
Initializes a new instance of the TrustedAccessRole class.
public TrustedAccessRole();
Public Sub New ()
Applies to
TrustedAccessRole(String, String, IList<TrustedAccessRoleRule>)
Initializes a new instance of the TrustedAccessRole class.
public TrustedAccessRole(string sourceResourceType = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule> rules = default);
new Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRole : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule> -> Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRole
Public Sub New (Optional sourceResourceType As String = Nothing, Optional name As String = Nothing, Optional rules As IList(Of TrustedAccessRoleRule) = Nothing)
Parameters
- sourceResourceType
- String
Resource type of Azure resource
- name
- String
Name of role, name is unique under a source resource type
- rules
- IList<TrustedAccessRoleRule>
List of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role.