IWebAppsOperations.CopyProductionSlotWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CopyProductionSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity copySlotEntity, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CopyProductionSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function CopyProductionSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, copySlotEntity As CsmCopySlotEntity, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

name
String

アプリの名前。

copySlotEntity
CsmCopySlotEntity

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

注釈

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

適用対象