次の方法で共有


WebAppsOperationsExtensions.BeginCopySlotSlotAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

copySlotEntity
CsmCopySlotEntity

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

slot
String

ソース スロットの名前。 スロットが指定されていない場合は、運用スロットがソース スロットとして使用されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象