Share via


PrivateEndpointsOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates or updates an private endpoint in the specified resource group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointsOperations operations, string resourceGroupName, string privateEndpointName, Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointsOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointsOperations, resourceGroupName As String, privateEndpointName As String, parameters As PrivateEndpointInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointInner)

Parameters

operations
IPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

privateEndpointName
String

The name of the private endpoint.

parameters
PrivateEndpointInner

Parameters supplied to the create or update private endpoint operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to