次の方法で共有


WebAppsOperationsExtensions.CreateDeploymentSlotAsync メソッド

定義

アプリまたはデプロイ スロットのデプロイを作成します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

id
String

既存のデプロイの ID。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API によって運用スロットのデプロイが作成されます。

deployment
DeploymentInner

デプロイの詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「アプリまたはデプロイ スロットのデプロイを作成する」の説明。

適用対象