次の方法で共有


WebAppsOperationsExtensions.CreateDeploymentSlot メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

id
String

既存のデプロイの ID。

slot
String

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

deployment
Deployment

デプロイの詳細。

戻り値

注釈

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

適用対象