Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory.StorageCredentialsFactory C# (CSharp) Method

StorageCredentialsFactory() public method

public StorageCredentialsFactory ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
return Microsoft.Azure.Commands.Common.Authentication.Models
        public StorageCredentialsFactory()
        {
            this.resourceGroupName = null;
        }

Same methods

StorageCredentialsFactory::StorageCredentialsFactory ( string resourceGroupName, StorageManagementClient client, Microsoft.Azure.Common.Authentication.Models.AzureSubscription currentSubscription ) : Microsoft.Azure.Commands.Common.Authentication.Models