FileImportsOperations interface
Interface representing a FileImports operations.
Properties
| begin |
|
| begin |
|
| create | Creates the file import. |
| delete | Delete the file import. |
| get | Gets a file import. |
| list | Gets all file imports. |
Property Details
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<FileImport>, FileImport>>
Property Value
(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<FileImport>, FileImport>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => Promise<FileImport>
Property Value
(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => Promise<FileImport>
create
Creates the file import.
create: (resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams) => Promise<FileImport>
Property Value
(resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams) => Promise<FileImport>
delete
Delete the file import.
delete: (resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => PollerLike<OperationState<FileImport>, FileImport>
Property Value
(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams) => PollerLike<OperationState<FileImport>, FileImport>
get
Gets a file import.
get: (resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams) => Promise<FileImport>
Property Value
(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams) => Promise<FileImport>
list
Gets all file imports.
list: (resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams) => PagedAsyncIterableIterator<FileImport, FileImport[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams) => PagedAsyncIterableIterator<FileImport, FileImport[], PageSettings>