StringDictionary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StringDictionary() |
Initializes a new instance of the StringDictionary class. |
StringDictionary(String, String, String, String, IDictionary<String,String>) |
Initializes a new instance of the StringDictionary class. |
StringDictionary()
Initializes a new instance of the StringDictionary class.
public StringDictionary ();
Public Sub New ()
Applies to
StringDictionary(String, String, String, String, IDictionary<String,String>)
Initializes a new instance of the StringDictionary class.
public StringDictionary (string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.WebSites.Models.StringDictionary : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.WebSites.Models.StringDictionary
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- properties
- IDictionary<String,String>
Settings.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET