다음을 통해 공유


AzureBlobFileSystemConfiguration 생성자

정의

오버로드

AzureBlobFileSystemConfiguration()

AzureBlobFileSystemConfiguration 클래스의 새 instance 초기화합니다.

AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference)

AzureBlobFileSystemConfiguration 클래스의 새 instance 초기화합니다.

AzureBlobFileSystemConfiguration()

AzureBlobFileSystemConfiguration 클래스의 새 instance 초기화합니다.

public AzureBlobFileSystemConfiguration ();
Public Sub New ()

적용 대상

AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference)

AzureBlobFileSystemConfiguration 클래스의 새 instance 초기화합니다.

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

탑재 명령에 전달할 추가 명령줄 옵션입니다.

identityReference
ComputeNodeIdentityReference

containerName에 액세스하는 데 사용할 사용자 할당 ID에 대한 참조

적용 대상