Microsoft.Azure.Commands.Compute.SetAzureVMCustomScriptExtensionCommand.GetStorageName C# (CSharp) Method

GetStorageName() protected method

protected GetStorageName ( ) : string
return string
        protected string GetStorageName()
        {
            return DefaultProfile.Context.Subscription.GetProperty(AzureSubscription.Property.StorageAccount);
        }