次の方法で共有


HciClusterResource.UpdateAsync(HciClusterPatch, CancellationToken) メソッド

定義

HCI クラスターを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}
  • 操作IdClusters_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.HciClusterResource>> UpdateAsync (Azure.ResourceManager.Hci.Models.HciClusterPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Hci.Models.HciClusterPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.HciClusterResource>>
override this.UpdateAsync : Azure.ResourceManager.Hci.Models.HciClusterPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.HciClusterResource>>
Public Overridable Function UpdateAsync (patch As HciClusterPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HciClusterResource))

パラメーター

patch
HciClusterPatch

HCI クラスターの詳細。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

patch が null です。

適用対象