Share via


PrivateEndpointConnectionsOperationsExtensions.BeginUpdate Methode

Definition

Aktualisieren der Verbindung mit privaten Endpunkten

public static Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection BeginUpdate (this Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnectionProperties properties);
static member BeginUpdate : Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties) As PrivateEndpointConnection

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt

Gibt zurück

Hinweise

Aktualisieren der status einer Privaten Endpunktverbindung mit dem angegebenen Namen

Gilt für: