Partager via


StorageCredentialsFactory Constructors

Definition

Overloads

StorageCredentialsFactory()
StorageCredentialsFactory(String, StorageManagementClient, IAzureSubscription)
StorageCredentialsFactory(String, StorageManagementClient, IAzureSubscription)

StorageCredentialsFactory()

public StorageCredentialsFactory ();
Public Sub New ()

Applies to

StorageCredentialsFactory(String, StorageManagementClient, IAzureSubscription)

public StorageCredentialsFactory (string resourceGroupName, Microsoft.Azure.Management.Storage.StorageManagementClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription currentSubscription);
new Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory : string * Microsoft.Azure.Management.Storage.StorageManagementClient * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription -> Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory
Public Sub New (resourceGroupName As String, client As StorageManagementClient, currentSubscription As IAzureSubscription)

Parameters

resourceGroupName
String
currentSubscription
IAzureSubscription

Applies to

StorageCredentialsFactory(String, StorageManagementClient, IAzureSubscription)

public StorageCredentialsFactory (string resourceGroupName, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.StorageManagementClient client, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription currentSubscription);
new Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory : string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.StorageManagementClient * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription -> Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory
Public Sub New (resourceGroupName As String, client As StorageManagementClient, currentSubscription As IAzureSubscription)

Parameters

resourceGroupName
String
currentSubscription
IAzureSubscription

Applies to