HyperVCollectors interface
HyperVCollector を表すインターフェイス。
メソッド
| create(string, string, string, Hyper |
Hyper-V コレクターを作成または更新する |
| delete(string, string, string, Hyper |
プロジェクトから Hyper-V コレクターを削除します。 |
| get(string, string, string, Hyper |
Hyper-V コレクターを取得します。 |
| list |
コレクターの一覧 Hyper-V 取得します。 |
メソッドの詳細
create(string, string, string, HyperVCollectorsCreateOptionalParams)
Hyper-V コレクターを作成または更新する
function create(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsCreateOptionalParams): Promise<HyperVCollectorsCreateResponse>
パラメーター
- resourceGroupName
-
string
プロジェクトが含まれる Azure リソース グループの名前。
- projectName
-
string
Azure Migrate プロジェクトの名前。
- hyperVCollectorName
-
string
プロジェクト内の Hyper-V コレクターの一意の名前。
オプション パラメーター。
戻り値
Promise<HyperVCollectorsCreateResponse>
delete(string, string, string, HyperVCollectorsDeleteOptionalParams)
プロジェクトから Hyper-V コレクターを削除します。
function delete(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsDeleteOptionalParams): Promise<HyperVCollectorsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
プロジェクトが含まれる Azure リソース グループの名前。
- projectName
-
string
Azure Migrate プロジェクトの名前。
- hyperVCollectorName
-
string
プロジェクト内の Hyper-V コレクターの一意の名前。
オプション パラメーター。
戻り値
Promise<HyperVCollectorsDeleteHeaders>
get(string, string, string, HyperVCollectorsGetOptionalParams)
Hyper-V コレクターを取得します。
function get(resourceGroupName: string, projectName: string, hyperVCollectorName: string, options?: HyperVCollectorsGetOptionalParams): Promise<HyperVCollectorsGetResponse>
パラメーター
- resourceGroupName
-
string
プロジェクトが含まれる Azure リソース グループの名前。
- projectName
-
string
Azure Migrate プロジェクトの名前。
- hyperVCollectorName
-
string
プロジェクト内の Hyper-V コレクターの一意の名前。
オプション パラメーター。
戻り値
Promise<HyperVCollectorsGetResponse>
listByProject(string, string, HyperVCollectorsListByProjectOptionalParams)
コレクターの一覧 Hyper-V 取得します。
function listByProject(resourceGroupName: string, projectName: string, options?: HyperVCollectorsListByProjectOptionalParams): PagedAsyncIterableIterator<HyperVCollector, HyperVCollector[], PageSettings>
パラメーター
- resourceGroupName
-
string
プロジェクトが含まれる Azure リソース グループの名前。
- projectName
-
string
Azure Migrate プロジェクトの名前。
オプション パラメーター。