ArmBatchModelFactory.BatchPrivateEndpointConnectionData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
Returns
A new BatchPrivateEndpointConnectionData instance for mocking.
Applies to
BatchPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<BatchPrivateEndpointConnectionProvisioningState>, ResourceIdentifier, IEnumerable<String>, BatchPrivateLinkServiceConnectionState, Nullable<ETag>, IDictionary<String,String>)
- 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, 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> * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Batch.Models.BatchPrivateLinkServiceConnectionState * 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 privateEndpointId As ResourceIdentifier = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As BatchPrivateLinkServiceConnectionState = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As BatchPrivateEndpointConnectionData
Parameters
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.
- tags
- IDictionary<String,String>
The tags of the resource.
Returns
A new BatchPrivateEndpointConnectionData instance for mocking.
Applies to
Azure SDK for .NET