你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSAzureBlobFileSystemConfiguration 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
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