Udostępnij za pośrednictwem


PrivateEndpointConnection Konstruktory

Definicja

Przeciążenia

PrivateEndpointConnection()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

PrivateEndpointConnection()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

public PrivateEndpointConnection ();
Public Sub New ()

Dotyczy

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnection.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState provisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Microsoft.Azure.Management.Batch.Models.PrivateEndpoint privateEndpoint = default, System.Collections.Generic.IList<string> groupIds = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection : string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState * Microsoft.Azure.Management.Batch.Models.PrivateEndpoint * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional provisioningState As PrivateEndpointConnectionProvisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)

Parametry

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

etag
String

Element ETag zasobu używany do instrukcji współbieżności.

provisioningState
PrivateEndpointConnectionProvisioningState

Stan aprowizacji połączenia prywatnego punktu końcowego.

privateEndpoint
PrivateEndpoint

Identyfikator zasobu usługi ARM prywatnego punktu końcowego.

groupIds
IList<String>

Identyfikator grupy połączenia prywatnego punktu końcowego.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Stan połączenia usługi private link połączenia z prywatnym punktem końcowym.

Dotyczy