WebsitesClient.GetAzureStorageAccounts(String, String, String, Boolean) Method

Definition

public Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource GetAzureStorageAccounts (string resourceGroupName, string webSiteName, string slotName, bool useSlot);
member this.GetAzureStorageAccounts : string * string * string * bool -> Microsoft.Azure.Management.WebSites.Models.AzureStoragePropertyDictionaryResource
Public Function GetAzureStorageAccounts (resourceGroupName As String, webSiteName As String, slotName As String, useSlot As Boolean) As AzureStoragePropertyDictionaryResource

Parameters

resourceGroupName
String
webSiteName
String
slotName
String
useSlot
Boolean

Returns

AzureStoragePropertyDictionaryResource

Applies to