ImportJobs interface
ImportJobs を表すインターフェイス。
メソッド
| begin |
インポート ジョブを作成または更新します。 |
| begin |
インポート ジョブを作成または更新します。 |
| begin |
インポート ジョブの削除をスケジュールします。 |
| begin |
インポート ジョブの削除をスケジュールします。 |
| begin |
インポート ジョブ インスタンスを更新します。 |
| begin |
インポート ジョブ インスタンスを更新します。 |
| get(string, string, string, Import |
インポート ジョブを返します。 |
| list |
AML ファイル システムでユーザーがアクセスできるすべてのインポート ジョブを返します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)
インポート ジョブを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJob>, ImportJob>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJob
- ImportJob
インポート ジョブのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJob>, ImportJob>>
beginCreateOrUpdateAndWait(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)
インポート ジョブを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<ImportJob>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJob
- ImportJob
インポート ジョブのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。
オプション パラメーター。
戻り値
Promise<ImportJob>
beginDelete(string, string, string, ImportJobsDeleteOptionalParams)
インポート ジョブの削除をスケジュールします。
function beginDelete(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsDeleteHeaders>, ImportJobsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- options
- ImportJobsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJobsDeleteHeaders>, ImportJobsDeleteHeaders>>
beginDeleteAndWait(string, string, string, ImportJobsDeleteOptionalParams)
インポート ジョブの削除をスケジュールします。
function beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<ImportJobsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- options
- ImportJobsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<ImportJobsDeleteHeaders>
beginUpdate(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)
インポート ジョブ インスタンスを更新します。
function beginUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJob>, ImportJob>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJob
- ImportJobUpdate
インポート ジョブのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。
- options
- ImportJobsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJob>, ImportJob>>
beginUpdateAndWait(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)
インポート ジョブ インスタンスを更新します。
function beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<ImportJob>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJob
- ImportJobUpdate
インポート ジョブのユーザーが選択できるプロパティを含むオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。
- options
- ImportJobsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<ImportJob>
get(string, string, string, ImportJobsGetOptionalParams)
インポート ジョブを返します。
function get(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsGetOptionalParams): Promise<ImportJob>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- importJobName
-
string
インポート ジョブの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
- options
- ImportJobsGetOptionalParams
オプション パラメーター。
戻り値
Promise<ImportJob>
listByAmlFilesystem(string, string, ImportJobsListByAmlFilesystemOptionalParams)
AML ファイル システムでユーザーがアクセスできるすべてのインポート ジョブを返します。
function listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: ImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<ImportJob, ImportJob[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- amlFilesystemName
-
string
AML ファイル システムの名前。 英数字、アンダースコア、ハイフンを使用できます。 開始と終了は英数字で行います。
オプション パラメーター。