Udostępnij za pośrednictwem


SlotConfigNamesResourceInner Konstruktory

Definicja

Przeciążenia

SlotConfigNamesResourceInner()

Inicjuje nowe wystąpienie klasy SlotConfigNamesResourceInner.

SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy SlotConfigNamesResourceInner.

SlotConfigNamesResourceInner()

Inicjuje nowe wystąpienie klasy SlotConfigNamesResourceInner.

public SlotConfigNamesResourceInner ();
Public Sub New ()

Dotyczy

SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy SlotConfigNamesResourceInner.

public SlotConfigNamesResourceInner (string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IList<string> connectionStringNames = default, System.Collections.Generic.IList<string> appSettingNames = default, System.Collections.Generic.IList<string> azureStorageConfigNames = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SlotConfigNamesResourceInner : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.SlotConfigNamesResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional connectionStringNames As IList(Of String) = Nothing, Optional appSettingNames As IList(Of String) = Nothing, Optional azureStorageConfigNames As IList(Of String) = Nothing)

Parametry

id
String
name
String
type
String
kind
String

Rodzaj zasobu.

connectionStringNames
IList<String>

Lista nazw parametrów połączenia.

appSettingNames
IList<String>

Lista nazw ustawień aplikacji.

azureStorageConfigNames
IList<String>

Lista zewnętrznych identyfikatorów kont usługi Azure Storage.

Dotyczy