Delen via


ContainerServiceTrustedAccessRoleBinding Class

Definition

ContainerServiceTrustedAccessRoleBinding.

public class ContainerServiceTrustedAccessRoleBinding : Azure.Provisioning.Primitives.ProvisionableResource
type ContainerServiceTrustedAccessRoleBinding = class
    inherit ProvisionableResource
Public Class ContainerServiceTrustedAccessRoleBinding
Inherits ProvisionableResource
Inheritance

Constructors

ContainerServiceTrustedAccessRoleBinding(String, String)

Creates a new ContainerServiceTrustedAccessRoleBinding.

Properties

Id

Gets the Id.

Name

The name of trusted access role binding.

Parent

Gets or sets a reference to the parent ContainerServiceManagedCluster.

ProvisioningState

The current provisioning state of trusted access role binding.

Roles

A list of roles to bind, each item is a resource type qualified role name. For example: 'Microsoft.MachineLearningServices/workspaces/reader'.

SourceResourceId

The ARM resource ID of source resource that trusted access is configured for.

SystemData

Gets the SystemData.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ContainerServiceTrustedAccessRoleBinding.

FromExisting(String, String)

Creates a reference to an existing ContainerServiceTrustedAccessRoleBinding.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to