StorageCredentialsFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- client
- StorageManagementClient
- 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
- client
- StorageManagementClient
- currentSubscription
- IAzureSubscription