CmdletHelpers.ConvertToWebAppAzureStorageArray Method
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.
public static Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[] ConvertToWebAppAzureStorageArray (this System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> webAppAzureStorageDictionary);
static member ConvertToWebAppAzureStorageArray : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> -> Microsoft.Azure.Commands.WebApps.Models.WebAppAzureStoragePath[]
<Extension()>
Public Function ConvertToWebAppAzureStorageArray (webAppAzureStorageDictionary As IDictionary(Of String, AzureStorageInfoValue)) As WebAppAzureStoragePath()
Parameters
- webAppAzureStorageDictionary
- IDictionary<String,AzureStorageInfoValue>