Compartilhar via


IFluxConfigurationsOperations.DeleteWithHttpMessagesAsync Método

Definição

Isso excluirá o arquivo YAML usado para configurar a Configuração do Flux, interrompendo assim a sincronização futura do repositório de origem.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteWithHttpMessagesAsync (string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string fluxConfigurationName, bool? forceDelete = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteWithHttpMessagesAsync : string * string * string * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function DeleteWithHttpMessagesAsync (resourceGroupName As String, clusterRp As String, clusterResourceName As String, clusterName As String, fluxConfigurationName As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterRp
String

O RP do cluster kubernetes – ou seja, Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.

clusterResourceName
String

O nome do recurso de cluster do Kubernetes – ou seja, managedClusters, connectedClusters, provisionedClusters.

clusterName
String

O nome do cluster kubernetes.

fluxConfigurationName
String

Nome da Configuração do Flux.

forceDelete
Nullable<Boolean>

Exclua o recurso de extensão no Azure – não a exclusão assíncrona normal.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando um parâmetro necessário é nulo

Aplica-se a