TrustedAccessRoleBindingProperties 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 |
|---|---|
| TrustedAccessRoleBindingProperties() |
Initializes a new instance of the TrustedAccessRoleBindingProperties class. |
| TrustedAccessRoleBindingProperties(String, IList<String>, String) |
Initializes a new instance of the TrustedAccessRoleBindingProperties class. |
TrustedAccessRoleBindingProperties()
Initializes a new instance of the TrustedAccessRoleBindingProperties class.
public TrustedAccessRoleBindingProperties();
Public Sub New ()
Applies to
TrustedAccessRoleBindingProperties(String, IList<String>, String)
Initializes a new instance of the TrustedAccessRoleBindingProperties class.
public TrustedAccessRoleBindingProperties(string sourceResourceId, System.Collections.Generic.IList<string> roles, string provisioningState = default);
new Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleBindingProperties : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleBindingProperties
Public Sub New (sourceResourceId As String, roles As IList(Of String), Optional provisioningState As String = Nothing)
Parameters
- sourceResourceId
- String
The ARM resource ID of source resource that trusted access is configured for.
A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.
- provisioningState
- String
The current provisioning state of trusted access role binding. Possible values include: 'Canceled', 'Deleting', 'Failed', 'Succeeded', 'Updating'