Share via


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Overloads

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

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

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

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

BeginCreateOrUpdate(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 BeginCreateOrUpdate (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties properties);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (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

BeginCreateOrUpdate(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 BeginCreateOrUpdate (this Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties properties);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DigitalTwins.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnectionProperties -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (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