다음을 통해 공유


Files class

파일을 나타내는 클래스입니다.

생성자

Files(DataMigrationServiceClientContext)

파일을 만듭니다.

메서드

createOrUpdate(ProjectFile, string, string, string, string, RequestOptionsBase)

PUT 메서드는 새 파일을 만들거나 기존 파일을 업데이트합니다.

createOrUpdate(ProjectFile, string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)
createOrUpdate(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)
deleteMethod(string, string, string, string, RequestOptionsBase)

이 메서드는 파일을 삭제합니다.

deleteMethod(string, string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, string, ServiceCallback<void>)
get(string, string, string, string, RequestOptionsBase)

파일 리소스는 프로젝트 리소스 아래에 저장된 파일을 나타내는 중첩된 프록시 전용 리소스입니다. 이 메서드는 파일에 대한 정보를 검색합니다.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)
get(string, string, string, string, ServiceCallback<ProjectFile>)
list(string, string, string, RequestOptionsBase)

프로젝트 리소스는 저장된 마이그레이션 프로젝트를 나타내는 중첩된 리소스입니다. 이 메서드는 프로젝트 리소스가 소유한 파일 목록을 반환합니다.

list(string, string, string, RequestOptionsBase, ServiceCallback<FileList>)
list(string, string, string, ServiceCallback<FileList>)
listNext(string, RequestOptionsBase)

프로젝트 리소스는 저장된 마이그레이션 프로젝트를 나타내는 중첩된 리소스입니다. 이 메서드는 프로젝트 리소스가 소유한 파일 목록을 반환합니다.

listNext(string, RequestOptionsBase, ServiceCallback<FileList>)
listNext(string, ServiceCallback<FileList>)
read(string, string, string, string, RequestOptionsBase)

이 메서드는 다운로드할 수 있는 파일의 콘텐츠를 사용하여 스토리지 정보를 요청하는 데 사용됩니다.

read(string, string, string, string, RequestOptionsBase, ServiceCallback<FileStorageInfo>)
read(string, string, string, string, ServiceCallback<FileStorageInfo>)
readWrite(string, string, string, string, RequestOptionsBase)

이 메서드는 파일 콘텐츠를 읽고 쓰기 위한 정보를 요청하는 데 사용됩니다.

readWrite(string, string, string, string, RequestOptionsBase, ServiceCallback<FileStorageInfo>)
readWrite(string, string, string, string, ServiceCallback<FileStorageInfo>)
update(ProjectFile, string, string, string, string, RequestOptionsBase)

이 메서드는 기존 파일을 업데이트합니다.

update(ProjectFile, string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)
update(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)

생성자 세부 정보

Files(DataMigrationServiceClientContext)

파일을 만듭니다.

new Files(client: DataMigrationServiceClientContext)

매개 변수

client
DataMigrationServiceClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

createOrUpdate(ProjectFile, string, string, string, string, RequestOptionsBase)

PUT 메서드는 새 파일을 만들거나 기존 파일을 업데이트합니다.

function createOrUpdate(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesCreateOrUpdateResponse>

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesCreateOrUpdateResponse>

createOrUpdate(ProjectFile, string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)

function createOrUpdate(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectFile>)

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ProjectFile>

콜백

createOrUpdate(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)

function createOrUpdate(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<ProjectFile>

콜백

deleteMethod(string, string, string, string, RequestOptionsBase)

이 메서드는 파일을 삭제합니다.

function deleteMethod(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, string, string, ServiceCallback<void>)

function deleteMethod(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<void>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<void>

콜백

get(string, string, string, string, RequestOptionsBase)

파일 리소스는 프로젝트 리소스 아래에 저장된 파일을 나타내는 중첩된 프록시 전용 리소스입니다. 이 메서드는 파일에 대한 정보를 검색합니다.

function get(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesGetResponse>

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<FilesGetResponse>

Promise<Models.FilesGetResponse>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)

function get(groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectFile>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ProjectFile>

콜백

get(string, string, string, string, ServiceCallback<ProjectFile>)

function get(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<ProjectFile>

콜백

list(string, string, string, RequestOptionsBase)

프로젝트 리소스는 저장된 마이그레이션 프로젝트를 나타내는 중첩된 리소스입니다. 이 메서드는 프로젝트 리소스가 소유한 파일 목록을 반환합니다.

function list(groupName: string, serviceName: string, projectName: string, options?: RequestOptionsBase): Promise<FilesListResponse>

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesListResponse>

list(string, string, string, RequestOptionsBase, ServiceCallback<FileList>)

function list(groupName: string, serviceName: string, projectName: string, options: RequestOptionsBase, callback: ServiceCallback<FileList>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<FileList>

콜백

list(string, string, string, ServiceCallback<FileList>)

function list(groupName: string, serviceName: string, projectName: string, callback: ServiceCallback<FileList>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

callback

ServiceCallback<FileList>

콜백

listNext(string, RequestOptionsBase)

프로젝트 리소스는 저장된 마이그레이션 프로젝트를 나타내는 중첩된 리소스입니다. 이 메서드는 프로젝트 리소스가 소유한 파일 목록을 반환합니다.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<FilesListNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<FileList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<FileList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<FileList>

콜백

listNext(string, ServiceCallback<FileList>)

function listNext(nextPageLink: string, callback: ServiceCallback<FileList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

callback

ServiceCallback<FileList>

콜백

read(string, string, string, string, RequestOptionsBase)

이 메서드는 다운로드할 수 있는 파일의 콘텐츠를 사용하여 스토리지 정보를 요청하는 데 사용됩니다.

function read(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesReadResponse>

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesReadResponse>

read(string, string, string, string, RequestOptionsBase, ServiceCallback<FileStorageInfo>)

function read(groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<FileStorageInfo>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<FileStorageInfo>

콜백

read(string, string, string, string, ServiceCallback<FileStorageInfo>)

function read(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<FileStorageInfo>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<FileStorageInfo>

콜백

readWrite(string, string, string, string, RequestOptionsBase)

이 메서드는 파일 콘텐츠를 읽고 쓰기 위한 정보를 요청하는 데 사용됩니다.

function readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesReadWriteResponse>

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesReadWriteResponse>

readWrite(string, string, string, string, RequestOptionsBase, ServiceCallback<FileStorageInfo>)

function readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<FileStorageInfo>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<FileStorageInfo>

콜백

readWrite(string, string, string, string, ServiceCallback<FileStorageInfo>)

function readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<FileStorageInfo>)

매개 변수

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<FileStorageInfo>

콜백

update(ProjectFile, string, string, string, string, RequestOptionsBase)

이 메서드는 기존 파일을 업데이트합니다.

function update(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesUpdateResponse>

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.FilesUpdateResponse>

update(ProjectFile, string, string, string, string, RequestOptionsBase, ServiceCallback<ProjectFile>)

function update(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options: RequestOptionsBase, callback: ServiceCallback<ProjectFile>)

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ProjectFile>

콜백

update(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)

function update(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)

매개 변수

parameters
ProjectFile

파일에 대한 정보

groupName

string

리소스 그룹의 이름

serviceName

string

서비스 이름

projectName

string

프로젝트 이름

fileName

string

파일 이름

callback

ServiceCallback<ProjectFile>

콜백