PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualize o estado da conexão de ponto de extremidade privado especificada associada ao registro de contêiner.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string registryName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, registryName As String, privateEndpointConnectionName As String, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, 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 ao qual o registro de contêiner pertence.
- registryName
- String
O nome do registro de contêiner.
- privateEndpointConnectionName
- String
O nome da conexão de ponto de extremidade privado.
- privateEndpoint
- PrivateEndpoint
O recurso do ponto de extremidade privado.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
Uma coleção de informações sobre o estado da conexão entre o consumidor de serviço e o provedor.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET