Freigeben über


PrivateEndpointConnectionOperationsExtensions.Update Methode

Definition

Aktualisierungen die Eigenschaften einer vorhandenen Privaten Endpunktverbindung.

public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection Update (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 Update : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
<Extension()>
Public Function Update (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 Name der Verbindung mit dem privaten Endpunkt. 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 Private Link-Dienstverbindungsstatus der Verbindung mit dem privaten Endpunkt.

Gibt zurück

Gilt für: