Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.UpdateAsync Método

Definição

Atualizar a conexão de ponto de extremidade privado

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection> UpdateAsync (this Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnectionProperties properties, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnectionProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function UpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnectionProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 hub IoT.

resourceName
String

O nome do hub IoT.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Atualizar o status de uma conexão de ponto de extremidade privado com o nome especificado

Aplica-se a