Share via


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the DigitalTwinsInstance.

resourceName
String

The name of the DigitalTwinsInstance.

privateEndpointConnectionName
String

The name of the private endpoint connection.

properties
ConnectionProperties

The connection properties.

Returns

Applies to

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the DigitalTwinsInstance.

resourceName
String

The name of the DigitalTwinsInstance.

privateEndpointConnectionName
String

The name of the private endpoint connection.

properties
PrivateEndpointConnectionProperties

The connection properties.

Returns

Applies to