Share via


ArmNetworkModelFactory.ApplicationGatewayPrivateEndpointConnectionData Method

Definition

Initializes a new instance of ApplicationGatewayPrivateEndpointConnectionData.

public static Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionData ApplicationGatewayPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.ResourceManager.Network.PrivateEndpointData privateEndpoint = default, Azure.ResourceManager.Network.Models.NetworkPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string linkIdentifier = default);
static member ApplicationGatewayPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Azure.ResourceManager.Network.PrivateEndpointData * Azure.ResourceManager.Network.Models.NetworkPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string -> Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionData
Public Shared Function ApplicationGatewayPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional privateEndpoint As PrivateEndpointData = Nothing, Optional connectionState As NetworkPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional linkIdentifier As String = Nothing) As ApplicationGatewayPrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

etag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

privateEndpoint
PrivateEndpointData

The resource of private end point.

connectionState
NetworkPrivateLinkServiceConnectionState

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

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the application gateway private endpoint connection resource.

linkIdentifier
String

The consumer link id.

Returns

A new ApplicationGatewayPrivateEndpointConnectionData instance for mocking.

Applies to