AzureBlobFileSystemConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureBlobFileSystemConfiguration() |
AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。 |
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference) |
AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。 |
AzureBlobFileSystemConfiguration()
AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。
public AzureBlobFileSystemConfiguration ();
Public Sub New ()
適用対象
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference)
AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。
public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, string accountKey = default, string sasKey = default, string blobfuseOptions = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration : string * string * string * string * string * string * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, Optional accountKey As String = Nothing, Optional sasKey As String = Nothing, Optional blobfuseOptions As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
パラメーター
- accountName
- String
Azure Storage アカウント名。
- containerName
- String
Azure Blob Storage コンテナー名。
- relativeMountPath
- String
ファイル システムがマウントされるコンピューティング ノードの相対パス
- accountKey
- String
Azure Storage アカウント キー。
- sasKey
- String
Azure Storage SAS トークン。
- blobfuseOptions
- String
mount コマンドに渡す追加のコマンド ライン オプション。
- identityReference
- ComputeNodeIdentityReference
containerName へのアクセスに使用するユーザー割り当て ID への参照
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET