AzureStoragePropertyDictionaryResource 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
AzureStoragePropertyDictionaryResource() |
Initializes a new instance of the AzureStoragePropertyDictionaryResource class. |
AzureStoragePropertyDictionaryResource(String, String, String, String, IDictionary<String,AzureStorageInfoValue>) |
Initializes a new instance of the AzureStoragePropertyDictionaryResource class. |
AzureStoragePropertyDictionaryResource()
Initializes a new instance of the AzureStoragePropertyDictionaryResource class.
public AzureStoragePropertyDictionaryResource ();
Public Sub New ()
Applies to
AzureStoragePropertyDictionaryResource(String, String, String, String, IDictionary<String,AzureStorageInfoValue>)
Initializes a new instance of the AzureStoragePropertyDictionaryResource class.
public AzureStoragePropertyDictionaryResource (string id = default, string name = default, string kind = default, string type = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> properties = default);
new Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource : string * string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
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, AzureStorageInfoValue) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- properties
- IDictionary<String,AzureStorageInfoValue>
Azure storage accounts.
Applies to
Azure SDK for .NET