Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Método

Definição

Sobrecargas

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

Atualize o status de uma conexão de ponto de extremidade privado com o nome fornecido.

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

Atualize o status de uma conexão de ponto de extremidade privado com o nome fornecido.

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

Atualize o status de uma conexão de ponto de extremidade privado com o nome fornecido.

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

Parâmetros

operations
IPrivateEndpointConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o DigitalTwinsInstance.

resourceName
String

O nome do DigitalTwinsInstance.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado.

properties
ConnectionProperties

As propriedades de conexão.

Retornos

Aplica-se a

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

Atualize o status de uma conexão de ponto de extremidade privado com o nome fornecido.

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

Parâmetros

operations
IPrivateEndpointConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o DigitalTwinsInstance.

resourceName
String

O nome do DigitalTwinsInstance.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado.

properties
PrivateEndpointConnectionProperties

As propriedades de conexão.

Retornos

Aplica-se a