IotDpsResourceOperationsExtensions.CreateOrUpdatePrivateEndpointConnection Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen oder Aktualisieren einer Privaten Endpunktverbindung
public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection CreateOrUpdatePrivateEndpointConnection (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties properties);
static member CreateOrUpdatePrivateEndpointConnection : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdatePrivateEndpointConnection (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties) As PrivateEndpointConnection
Parameter
- operations
- IIotDpsResourceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die den Bereitstellungsdienst enthält.
- resourceName
- String
Der Name des Bereitstellungsdiensts.
- privateEndpointConnectionName
- String
Der Name der verbindung mit dem privaten Endpunkt
- properties
- PrivateEndpointConnectionProperties
Die Eigenschaften einer privaten Endpunktverbindung
Gibt zurück
Hinweise
Erstellen oder Aktualisieren des status einer privaten Endpunktverbindung mit dem angegebenen Namen
Gilt für:
Azure SDK for .NET