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

StorageCredentialsFactory() public method

public StorageCredentialsFactory ( string resourceGroupName, StorageManagementClient client, Microsoft.Azure.Common.Authentication.Models.AzureSubscription currentSubscription ) : Microsoft.Azure.Commands.Common.Authentication.Models
resourceGroupName string
client StorageManagementClient
currentSubscription Microsoft.Azure.Common.Authentication.Models.AzureSubscription
return Microsoft.Azure.Commands.Common.Authentication.Models
        public StorageCredentialsFactory(string resourceGroupName, StorageManagementClient client, AzureSubscription currentSubscription)
        {
            this.resourceGroupName = resourceGroupName;
            this.client = client;
            this.currentSubscription = currentSubscription;
        }

Same methods

StorageCredentialsFactory::StorageCredentialsFactory ( ) : Microsoft.Azure.Commands.Common.Authentication.Models