Freigeben über


AppConfigurationPrivateEndpointConnectionReference Class

Definition

A reference to a related private endpoint connection.

public class AppConfigurationPrivateEndpointConnectionReference : Azure.Provisioning.Primitives.ProvisioningConstruct
type AppConfigurationPrivateEndpointConnectionReference = class
    inherit ProvisioningConstruct
Public Class AppConfigurationPrivateEndpointConnectionReference
Inherits ProvisioningConstruct
Inheritance
AppConfigurationPrivateEndpointConnectionReference

Constructors

AppConfigurationPrivateEndpointConnectionReference()

Creates a new AppConfigurationPrivateEndpointConnectionReference.

Properties

ConnectionState

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

Id

Gets the Id.

Name

Gets the Name.

PrivateEndpointId

Gets or sets Id.

ProvisioningState

The provisioning status of the private endpoint connection.

SystemData

Gets the SystemData.

Methods

Compile()

Compile the resource into a set of Bicep statements.

(Inherited from ProvisioningConstruct)
GetResources()

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

(Inherited from Provisionable)
OverrideWithExpression(Expression)

Set this construct to represent the result of an expression. This is primarily meant to be called via FromExpression static methods on specific resources or constructs.

(Inherited from ProvisioningConstruct)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from ProvisioningConstruct)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from ProvisioningConstruct)

Applies to