次の方法で共有


CmdletHelpers.ConvertToAzureStorageAccountPathPropertyDictionary Method

Definition

Overloads

ConvertToAzureStorageAccountPathPropertyDictionary(WebAppAzureStoragePath[])
ConvertToAzureStorageAccountPathPropertyDictionary(Hashtable)

ConvertToAzureStorageAccountPathPropertyDictionary(WebAppAzureStoragePath[])

public static Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource ConvertToAzureStorageAccountPathPropertyDictionary (this Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[] webAppAzureStorageProperties);
static member ConvertToAzureStorageAccountPathPropertyDictionary : Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[] -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
<Extension()>
Public Function ConvertToAzureStorageAccountPathPropertyDictionary (webAppAzureStorageProperties As WebAppAzureStoragePath()) As AzureStoragePropertyDictionaryResource

Parameters

webAppAzureStorageProperties
WebAppAzureStoragePath[]

Returns

Applies to

ConvertToAzureStorageAccountPathPropertyDictionary(Hashtable)

public static Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource ConvertToAzureStorageAccountPathPropertyDictionary (this System.Collections.Hashtable hashtable);
static member ConvertToAzureStorageAccountPathPropertyDictionary : System.Collections.Hashtable -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
<Extension()>
Public Function ConvertToAzureStorageAccountPathPropertyDictionary (hashtable As Hashtable) As AzureStoragePropertyDictionaryResource

Parameters

hashtable
Hashtable

Returns

Applies to