次の方法で共有


WebAppsOperationsExtensions.CreateOrUpdateConfigurationSlot メソッド

定義

アプリの構成を更新します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

siteConfig
SiteConfigResource

SiteConfig オブジェクトの JSON 表現。 例を参照してください。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットの構成を更新します。

戻り値

注釈

アプリの構成を更新するための説明。

適用対象