ArmBatchModelFactory.BatchPrivateEndpointConnectionData Method

Definition

Overloads

BatchPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<BatchPrivateEndpointConnectionProvisioningState>, ResourceIdentifier, IEnumerable<String>, BatchPrivateLinkServiceConnectionState, Nullable<ETag>)

Source:
ArmBatchModelFactory.cs

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

BatchPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<BatchPrivateEndpointConnectionProvisioningState>, IEnumerable<String>, BatchPrivateLinkServiceConnectionState, ResourceIdentifier, Nullable<ETag>, IDictionary<String,String>)

Source:
ArmBatchModelFactory.cs
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, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.Batch.Models.BatchPrivateLinkServiceConnectionState connectionState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ETag? eTag = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member BatchPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Batch.Models.BatchPrivateEndpointConnectionProvisioningState> * seq<string> * Azure.ResourceManager.Batch.Models.BatchPrivateLinkServiceConnectionState * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, string> -> 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 groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As BatchPrivateLinkServiceConnectionState = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As BatchPrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

provisioningState
Nullable<BatchPrivateEndpointConnectionProvisioningState>

The provisioning state 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.

privateEndpointId
ResourceIdentifier

The ARM resource identifier of the private endpoint. This is of the form /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}.

eTag
Nullable<ETag>

The ETag of the resource, used for concurrency statements.

tags
IDictionary<String,String>

The tags of the resource.

Returns

A new BatchPrivateEndpointConnectionData instance for mocking.

Applies to