OpenShiftManagedClustersOperationsExtensions.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.
Cria ou atualiza um cluster gerenciado do OpenShift.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IOpenShiftManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As OpenShiftManagedClusterInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OpenShiftManagedClusterInner)
Parâmetros
- operations
- IOpenShiftManagedClustersOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos.
- resourceName
- String
O nome do recurso de cluster gerenciado do OpenShift.
- parameters
- OpenShiftManagedClusterInner
Parâmetros fornecidos para a operação Criar ou Atualizar um Cluster Gerenciado do OpenShift.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Cria ou atualiza um cluster gerenciado do OpenShift com a configuração especificada para agentes e a versão do OpenShift.
Aplica-se a
Azure SDK for .NET