Sdílet prostřednictvím


ArmBatchModelFactory.BatchPrivateEndpointConnectionData Method

Definition

Initializes a new instance of BatchPrivateEndpointConnectionData.

public static Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionData BatchPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Batch.Models.BatchPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.Batch.Models.BatchPrivateLinkServiceConnectionState connectionState = default, Azure.ETag? etag = default);
static member BatchPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Batch.Models.BatchPrivateEndpointConnectionProvisioningState> * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Batch.Models.BatchPrivateLinkServiceConnectionState * Nullable<Azure.ETag> -> Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionData
Public Shared Function BatchPrivateEndpointConnectionData (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 BatchPrivateEndpointConnectionProvisioningState) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As BatchPrivateLinkServiceConnectionState = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As BatchPrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<BatchPrivateEndpointConnectionProvisioningState>

The provisioning state of the private endpoint connection.

privateEndpointId
ResourceIdentifier

The private endpoint of the private endpoint connection.

groupIds
IEnumerable<String>

The value has one and only one group id.

connectionState
BatchPrivateLinkServiceConnectionState

The private link service connection state of the private endpoint connection.

etag
Nullable<ETag>

The ETag of the resource, used for concurrency statements.

Returns

A new BatchPrivateEndpointConnectionData instance for mocking.

Applies to