C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.WindowsAzureSubscriptionExtensions

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
GetCloudStorageAccount ( this subscription, Microsoft.Azure.Common.Authentication.Models.AzureSMProfile profile ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account details from the current storage account

Method Details

GetCloudStorageAccount() public static method

Get storage account details from the current storage account
public static GetCloudStorageAccount ( this subscription, Microsoft.Azure.Common.Authentication.Models.AzureSMProfile profile ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
subscription this The subscription containing the account.
profile Microsoft.Azure.Common.Authentication.Models.AzureSMProfile The profile continuing the subscription.
return Microsoft.WindowsAzure.Storage.CloudStorageAccount