Freigeben über


PrivateEndpointConnectionOperationsExtensions.BeginUpdate Methode

Definition

Aktualisierungen die Eigenschaften einer vorhandenen privaten Endpunktverbindung.

public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection BeginUpdate (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
static member BeginUpdate : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginUpdate (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing) As PrivateEndpointConnection

Parameter

operations
IPrivateEndpointConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

privateEndpointConnectionName
String

Der Verbindungsname des privaten Endpunkts. Dies muss innerhalb des Kontos eindeutig sein.

ifMatch
String

Die Statusversion (ETag) der zu aktualisierenden privaten Endpunktverbindung. Dieser Wert kann weggelassen oder auf "*" festgelegt werden, um den Vorgang bedingungslos anzuwenden.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Der Verbindungsstatus des Private Link-Diensts der Verbindung mit dem privaten Endpunkt.

Gibt zurück

Gilt für: