次の方法で共有


WebAppsOperationsExtensions.ListSlotConfigurationNames メソッド

定義

スロットに接続されている (スワップされていない) アプリ設定と接続文字列の名前を取得します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

戻り値

注釈

[説明] スロットに貼り付けられるアプリ設定と接続文字列の名前を取得します (スワップされません)。

適用対象