次の方法で共有


IFluxConfigurationsOperations.BeginDeleteWithHttpMessagesAsync メソッド

定義

これにより、Flux 構成の設定に使用された YAML ファイルが削除され、ソース リポジトリからの将来の同期が停止されます。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteWithHttpMessagesAsync (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 BeginDeleteWithHttpMessagesAsync : 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 BeginDeleteWithHttpMessagesAsync (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)

パラメーター

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterRp
String

Kubernetes クラスター RP ( Microsoft.ContainerService、Microsoft.Kubernetes、Microsoft.HybridContainerService など)。

clusterResourceName
String

Kubernetes クラスター リソース名 (managedClusters、connectedClusters、provisionedClusters など)。

clusterName
String

kubernetes クラスターの名前。

fluxConfigurationName
String

Flux 構成の名前。

forceDelete
Nullable<Boolean>

通常の非同期削除ではなく、Azure で拡張機能リソースを削除します。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象