ContainerServicePrivateEndpointConnection Class
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.
ContainerServicePrivateEndpointConnection.
public class ContainerServicePrivateEndpointConnection : Azure.Provisioning.Primitives.ProvisionableResource
type ContainerServicePrivateEndpointConnection = class
inherit ProvisionableResource
Public Class ContainerServicePrivateEndpointConnection
Inherits ProvisionableResource
- Inheritance
-
ContainerServicePrivateEndpointConnection
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
Azure SDK for .NET