SlotConfigNamesResourceInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SlotConfigNamesResourceInner() |
Initialise une nouvelle instance de la classe SlotConfigNamesResourceInner. |
SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>) |
Initialise une nouvelle instance de la classe SlotConfigNamesResourceInner. |
SlotConfigNamesResourceInner()
Initialise une nouvelle instance de la classe SlotConfigNamesResourceInner.
public SlotConfigNamesResourceInner ();
Public Sub New ()
S’applique à
SlotConfigNamesResourceInner(String, String, String, String, IList<String>, IList<String>, IList<String>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
- name
- String
- type
- String
- kind
- String
Type de ressource.
Liste des identificateurs de compte de stockage Azure externe.
S’applique à
Azure SDK for .NET