SlotConfigNamesResourceInner Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SlotConfigNamesResourceInner() |
Inicializuje novou instanci SlotConfigNamesResourceInner třídy. |
SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>) |
Inicializuje novou instanci SlotConfigNamesResourceInner třídy. |
SlotConfigNamesResourceInner()
Inicializuje novou instanci SlotConfigNamesResourceInner třídy.
public SlotConfigNamesResourceInner ();
Public Sub New ()
Platí pro
SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)
Inicializuje novou instanci SlotConfigNamesResourceInner třídy.
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
Druh prostředku.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET