AzureBlobFileSystemConfiguration 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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에 대한 참조
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET