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