次の方法で共有


IFluxConfigurationsOperations.DeleteWithHttpMessagesAsync メソッド

定義

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

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)

パラメーター

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 の場合にスローされます

適用対象