WebAppsOperationsExtensions.BeginCopyProductionSlotAsync メソッド

定義

アプリの別のデプロイ スロットにデプロイ スロットをコピーします。

public static System.Threading.Tasks.Task BeginCopyProductionSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity copySlotEntity, System.Threading.CancellationToken cancellationToken = default);
static member BeginCopyProductionSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginCopyProductionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, copySlotEntity As CsmCopySlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

copySlotEntity
CsmCopySlotEntity

ソース スロット構成をオーバーライドするためのターゲット スロット名とサイト構成プロパティを含む JSON オブジェクト。例を参照してください。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「アプリの別のデプロイ スロットにデプロイ スロットをコピーする」の説明。

適用対象