Files class
Classe représentant un fichier Files.
Constructeurs
Files(Data |
Créez un fichier. |
Méthodes
Détails du constructeur
Files(DataMigrationServiceClientContext)
Créez un fichier.
new Files(client: DataMigrationServiceClientContext)
Paramètres
Référence au client de service.
Détails de la méthode
createOrUpdate(ProjectFile, string, string, string, string, RequestOptionsBase)
La méthode PUT crée un fichier ou met à jour un fichier existant.
function createOrUpdate(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesCreateOrUpdateResponse>
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesCreateOrUpdateResponse>
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>)
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
createOrUpdate(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)
function createOrUpdate(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
Rappel
deleteMethod(string, string, string, string, RequestOptionsBase)
Cette méthode supprime un fichier.
function deleteMethod(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<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>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteMethod(string, string, string, string, ServiceCallback<void>)
function deleteMethod(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<void>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
-
ServiceCallback<void>
Rappel
get(string, string, string, string, RequestOptionsBase)
La ressource files est une ressource de proxy imbriquée qui représente un fichier stocké sous la ressource de projet. Cette méthode récupère des informations sur un fichier.
function get(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesGetResponse>
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
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>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, string, ServiceCallback<ProjectFile>)
function get(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
Rappel
list(string, string, string, RequestOptionsBase)
La ressource de projet est une ressource imbriquée représentant un projet de migration stocké. Cette méthode retourne une liste de fichiers appartenant à une ressource de projet.
function list(groupName: string, serviceName: string, projectName: string, options?: RequestOptionsBase): Promise<FilesListResponse>
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesListResponse>
Promise<Models.FilesListResponse>
list(string, string, string, RequestOptionsBase, ServiceCallback<FileList>)
function list(groupName: string, serviceName: string, projectName: string, options: RequestOptionsBase, callback: ServiceCallback<FileList>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
list(string, string, string, ServiceCallback<FileList>)
function list(groupName: string, serviceName: string, projectName: string, callback: ServiceCallback<FileList>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- callback
Rappel
listNext(string, RequestOptionsBase)
La ressource de projet est une ressource imbriquée représentant un projet de migration stocké. Cette méthode retourne une liste de fichiers appartenant à une ressource de projet.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<FilesListNextResponse>
Paramètres
- nextPageLink
-
string
NextLink du précédent appel réussi à l’opération List.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesListNextResponse>
Promise<Models.FilesListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<FileList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<FileList>)
Paramètres
- nextPageLink
-
string
NextLink du précédent appel réussi à l’opération List.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
listNext(string, ServiceCallback<FileList>)
function listNext(nextPageLink: string, callback: ServiceCallback<FileList>)
Paramètres
- nextPageLink
-
string
NextLink du précédent appel réussi à l’opération List.
- callback
Rappel
read(string, string, string, string, RequestOptionsBase)
Cette méthode est utilisée pour demander des informations de stockage à l’aide des contenus du fichier pouvant être téléchargés.
function read(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesReadResponse>
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesReadResponse>
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>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
read(string, string, string, string, ServiceCallback<FileStorageInfo>)
function read(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<FileStorageInfo>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
Rappel
readWrite(string, string, string, string, RequestOptionsBase)
Cette méthode est utilisée pour demander des informations pour lire et écrire le contenu du fichier.
function readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesReadWriteResponse>
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesReadWriteResponse>
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>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
readWrite(string, string, string, string, ServiceCallback<FileStorageInfo>)
function readWrite(groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<FileStorageInfo>)
Paramètres
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
Rappel
update(ProjectFile, string, string, string, string, RequestOptionsBase)
Cette méthode met à jour un fichier existant.
function update(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, options?: RequestOptionsBase): Promise<FilesUpdateResponse>
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<FilesUpdateResponse>
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>)
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
update(ProjectFile, string, string, string, string, ServiceCallback<ProjectFile>)
function update(parameters: ProjectFile, groupName: string, serviceName: string, projectName: string, fileName: string, callback: ServiceCallback<ProjectFile>)
Paramètres
- parameters
- ProjectFile
Informations sur le fichier
- groupName
-
string
Nom du groupe de ressources
- serviceName
-
string
Nom du service
- projectName
-
string
Nom du projet
- fileName
-
string
Nom du fichier
- callback
Rappel