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