TrustedAccessRoleBinding 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 |
|---|---|
| TrustedAccessRoleBinding() |
Initializes a new instance of the TrustedAccessRoleBinding class. |
| TrustedAccessRoleBinding(String, IList<String>, String, String, String, SystemData, String) |
Initializes a new instance of the TrustedAccessRoleBinding class. |
TrustedAccessRoleBinding()
Initializes a new instance of the TrustedAccessRoleBinding class.
public TrustedAccessRoleBinding();
Public Sub New ()
Applies to
TrustedAccessRoleBinding(String, IList<String>, String, String, String, SystemData, String)
Initializes a new instance of the TrustedAccessRoleBinding class.
public TrustedAccessRoleBinding(string sourceResourceId, System.Collections.Generic.IList<string> roles, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ContainerService.Models.SystemData systemData = default, string provisioningState = default);
new Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleBinding : string * System.Collections.Generic.IList<string> * string * string * string * Microsoft.Azure.Management.ContainerService.Models.SystemData * string -> Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleBinding
Public Sub New (sourceResourceId As String, roles As IList(Of String), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, 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'.
- id
- String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- provisioningState
- String
The current provisioning state of trusted access role binding. Possible values include: 'Canceled', 'Deleting', 'Failed', 'Succeeded', 'Updating'