Share via


ArmSynapseModelFactory.SynapsePrivateEndpointConnectionData Method

Definition

Initializes a new instance of SynapsePrivateEndpointConnectionData.

public static Azure.ResourceManager.Synapse.SynapsePrivateEndpointConnectionData SynapsePrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Synapse.Models.SynapsePrivateLinkServiceConnectionState connectionState = default, string provisioningState = default);

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

privateEndpointId
ResourceIdentifier

The private endpoint which the connection belongs to.

connectionState
SynapsePrivateLinkServiceConnectionState

Connection state of the private endpoint connection.

provisioningState
String

Provisioning state of the private endpoint connection.

Returns

A new SynapsePrivateEndpointConnectionData instance for mocking.

Applies to