FileImports interface
FileImports を表すインターフェイス。
メソッド
| begin |
ファイルのインポートを削除します。 |
| begin |
ファイルのインポートを削除します。 |
| create(string, string, string, File |
ファイルのインポートを作成します。 |
| get(string, string, string, File |
ファイルのインポートを取得します。 |
| list(string, string, File |
すべてのファイル インポートを取得します。 |
メソッドの詳細
beginDelete(string, string, string, FileImportsDeleteOptionalParams)
ファイルのインポートを削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<PollerLike<PollOperationState<FileImport>, FileImport>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- fileImportId
-
string
ファイル インポート ID
- options
- FileImportsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<FileImport>, FileImport>>
beginDeleteAndWait(string, string, string, FileImportsDeleteOptionalParams)
ファイルのインポートを削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsDeleteOptionalParams): Promise<FileImport>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- fileImportId
-
string
ファイル インポート ID
- options
- FileImportsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<FileImport>
create(string, string, string, FileImport, FileImportsCreateOptionalParams)
ファイルのインポートを作成します。
function create(resourceGroupName: string, workspaceName: string, fileImportId: string, fileImport: FileImport, options?: FileImportsCreateOptionalParams): Promise<FileImport>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- fileImportId
-
string
ファイル インポート ID
- fileImport
- FileImport
ファイルのインポート
- options
- FileImportsCreateOptionalParams
オプション パラメーター。
戻り値
Promise<FileImport>
get(string, string, string, FileImportsGetOptionalParams)
ファイルのインポートを取得します。
function get(resourceGroupName: string, workspaceName: string, fileImportId: string, options?: FileImportsGetOptionalParams): Promise<FileImport>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- fileImportId
-
string
ファイル インポート ID
- options
- FileImportsGetOptionalParams
オプション パラメーター。
戻り値
Promise<FileImport>
list(string, string, FileImportsListOptionalParams)
すべてのファイル インポートを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: FileImportsListOptionalParams): PagedAsyncIterableIterator<FileImport, FileImport[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- options
- FileImportsListOptionalParams
オプション パラメーター。