次の方法で共有


WebAppsOperationsExtensions.CreateDeploymentAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

id
String

既存のデプロイの ID。

deployment
Deployment

デプロイの詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象