Share via


ArmContainerServiceModelFactory.ContainerServicePrivateEndpointConnectionData Method

Definition

Initializes a new instance of ContainerServicePrivateEndpointConnectionData.

public static Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionData ContainerServicePrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkServiceConnectionState connectionState = default);
static member ContainerServicePrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateEndpointConnectionProvisioningState> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ContainerService.Models.ContainerServicePrivateLinkServiceConnectionState -> Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionData
Public Shared Function ContainerServicePrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of ContainerServicePrivateEndpointConnectionProvisioningState) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As ContainerServicePrivateLinkServiceConnectionState = Nothing) As ContainerServicePrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<ContainerServicePrivateEndpointConnectionProvisioningState>

The current provisioning state.

privateEndpointId
ResourceIdentifier

The resource of private endpoint.

connectionState
ContainerServicePrivateLinkServiceConnectionState

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

Returns

A new ContainerServicePrivateEndpointConnectionData instance for mocking.

Applies to