PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Method

Definition

Update private endpoint connection.

public static Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

name
String
parameters
PrivateEndpointConnection

The request parameters

Returns

Remarks

Update private endpoint connection.

Applies to