StringDictionaryInner 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
StringDictionaryInner() |
Initializes a new instance of the StringDictionaryInner class. |
StringDictionaryInner(String, String, String, String, IDictionary<String,String>) |
StringDictionaryInner()
Initializes a new instance of the StringDictionaryInner class.
public StringDictionaryInner ();
Public Sub New ()
Applies to
StringDictionaryInner(String, String, String, String, IDictionary<String,String>)
public StringDictionaryInner (string id = null, string name = null, string kind = null, string type = null, System.Collections.Generic.IDictionary<string,string> properties = null);
new Microsoft.Azure.Management.AppService.Fluent.Models.StringDictionaryInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AppService.Fluent.Models.StringDictionaryInner
Public Sub New (Optional id As String = null, Optional name As String = null, Optional kind As String = null, Optional type As String = null, Optional properties As IDictionary(Of String, String) = null)
Parameters
- id
- System.String
- name
- System.String
- kind
- System.String
- type
- System.String
- properties
- System.Collections.Generic.IDictionary<System.String,System.String>