次の方法で共有


WebAppsOperationsExtensions.CreateDeployment メソッド

定義

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

public static Microsoft.Azure.Management.WebSites.Models.Deployment CreateDeployment (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string id, Microsoft.Azure.Management.WebSites.Models.Deployment deployment);
static member CreateDeployment : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.Deployment -> Microsoft.Azure.Management.WebSites.Models.Deployment
<Extension()>
Public Function CreateDeployment (operations As IWebAppsOperations, resourceGroupName As String, name As String, id As String, deployment As Deployment) As Deployment

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

id
String

既存のデプロイの ID。

deployment
Deployment

デプロイの詳細。

戻り値

注釈

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

適用対象