次の方法で共有


FrontDoorEndpointResource.Update メソッド

定義

指定したサブスクリプション、リソース グループ、プロファイルの下に、指定したエンドポイント名を持つ既存の AzureFrontDoor エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 ドメインを更新するには、Update Custom Domain 操作を使用します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}
  • 操作IdFrontDoorEndpoints_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorEndpointResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Cdn.Models.FrontDoorEndpointPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.FrontDoorEndpointPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.FrontDoorEndpointPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.FrontDoorEndpointResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As FrontDoorEndpointPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FrontDoorEndpointResource)

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

patch
FrontDoorEndpointPatch

エンドポイントの更新プロパティ。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象