다음을 통해 공유


PSAzureBlobFileSystemConfiguration Constructors

Definition

Overloads

PSAzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)
PSAzureBlobFileSystemConfiguration(String, String, String, PSComputeNodeIdentityReference, String)

PSAzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)

public PSAzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, Microsoft.Azure.Batch.AzureStorageAuthenticationKey key, string blobfuseOptions = default);
new Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration : string * string * string * Microsoft.Azure.Batch.AzureStorageAuthenticationKey * string -> Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, key As AzureStorageAuthenticationKey, Optional blobfuseOptions As String = Nothing)

Parameters

accountName
String
containerName
String
relativeMountPath
String
blobfuseOptions
String

Applies to

PSAzureBlobFileSystemConfiguration(String, String, String, PSComputeNodeIdentityReference, String)

public PSAzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference identityReference, string blobfuseOptions = default);
new Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration : string * string * string * Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference * string -> Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, identityReference As PSComputeNodeIdentityReference, Optional blobfuseOptions As String = Nothing)

Parameters

accountName
String
containerName
String
relativeMountPath
String
identityReference
PSComputeNodeIdentityReference
blobfuseOptions
String

Applies to