Поделиться через


ContainerServicePrivateEndpointConnection Class

Definition

ContainerServicePrivateEndpointConnection.

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

Constructors

ContainerServicePrivateEndpointConnection(String, String)

Creates a new ContainerServicePrivateEndpointConnection.

Properties

ConnectionState

A collection of information about the state of the connection between service consumer and provider.

Id

Gets the Id.

Name

The name of the private endpoint connection.

Parent

Gets or sets a reference to the parent ContainerServiceManagedCluster.

PrivateEndpointId

Gets or sets Id.

ProvisioningState

The current provisioning state.

SystemData

Gets the SystemData.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ContainerServicePrivateEndpointConnection.

FromExisting(String, String)

Creates a reference to an existing ContainerServicePrivateEndpointConnection.

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