다음을 통해 공유


ResourceFile 생성자

정의

오버로드

ResourceFile()

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

ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference)

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

ResourceFile()

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

public ResourceFile();
Public Sub New ()

적용 대상

ResourceFile(String, String, String, String, String, String, ComputeNodeIdentityReference)

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

public ResourceFile(string autoStorageContainerName = default, string storageContainerUrl = default, string httpUrl = default, string blobPrefix = default, string filePath = default, string fileMode = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Management.Batch.Models.ResourceFile : string * string * string * string * string * string * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.ResourceFile
Public Sub New (Optional autoStorageContainerName As String = Nothing, Optional storageContainerUrl As String = Nothing, Optional httpUrl As String = Nothing, Optional blobPrefix As String = Nothing, Optional filePath As String = Nothing, Optional fileMode As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)

매개 변수

autoStorageContainerName
String

자동 스토리지 계정의 스토리지 컨테이너 이름입니다.

storageContainerUrl
String

Azure Blob Storage 내 Blob 컨테이너의 URL입니다.

httpUrl
String

다운로드할 파일의 URL입니다.

blobPrefix
String

Azure Storage 컨테이너에서 Blob을 다운로드할 때 사용할 Blob 접두사입니다. 이름이 지정된 접두사로 시작하는 Blob만 다운로드됩니다.

filePath
String

작업의 작업 디렉터리를 기준으로 파일을 다운로드할 컴퓨팅 노드의 위치입니다.

fileMode
String

8진수 형식의 파일 사용 권한 모드 특성입니다.

identityReference
ComputeNodeIdentityReference

storageContainerUrl 또는 httpUrl에서 지정한 Azure Blob Storage 액세스하는 데 사용할 사용자 할당 ID에 대한 참조입니다.

적용 대상