HypervCollectorsOperations interface
Interface que representa um HypervCollectorsOperations.
Métodos
| begin |
Criar um HypervCollector |
| begin |
Criar um HypervCollector |
| delete(string, string, string, Hyperv |
Excluir um HypervCollector |
| get(string, string, string, Hyperv |
Obtenha um HypervCollector |
| list |
Listar recursos do HypervCollector por AssessmentProject |
Detalhes de Método
beginCreate(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)
Criar um HypervCollector
function beginCreate(resourceGroupName: string, projectName: string, hypervCollectorName: string, resource: HypervCollector, options?: HypervCollectorsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<HypervCollector>, HypervCollector>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- projectName
-
string
Nome do projeto de avaliação
- hypervCollectorName
-
string
Hyper-V nome ARM do coletor
- resource
- HypervCollector
Parâmetros de criação de recursos.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<HypervCollector>, HypervCollector>>
beginCreateAndWait(string, string, string, HypervCollector, HypervCollectorsOperationsCreateOptionalParams)
Criar um HypervCollector
function beginCreateAndWait(resourceGroupName: string, projectName: string, hypervCollectorName: string, resource: HypervCollector, options?: HypervCollectorsOperationsCreateOptionalParams): Promise<HypervCollector>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- projectName
-
string
Nome do projeto de avaliação
- hypervCollectorName
-
string
Hyper-V nome ARM do coletor
- resource
- HypervCollector
Parâmetros de criação de recursos.
Os parâmetros de opções.
Devoluções
Promise<HypervCollector>
delete(string, string, string, HypervCollectorsOperationsDeleteOptionalParams)
Excluir um HypervCollector
function delete(resourceGroupName: string, projectName: string, hypervCollectorName: string, options?: HypervCollectorsOperationsDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- projectName
-
string
Nome do projeto de avaliação
- hypervCollectorName
-
string
Hyper-V nome ARM do coletor
Os parâmetros de opções.
Devoluções
Promise<void>
get(string, string, string, HypervCollectorsOperationsGetOptionalParams)
Obtenha um HypervCollector
function get(resourceGroupName: string, projectName: string, hypervCollectorName: string, options?: HypervCollectorsOperationsGetOptionalParams): Promise<HypervCollector>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- projectName
-
string
Nome do projeto de avaliação
- hypervCollectorName
-
string
Hyper-V nome ARM do coletor
Os parâmetros de opções.
Devoluções
Promise<HypervCollector>
listByAssessmentProject(string, string, HypervCollectorsOperationsListByAssessmentProjectOptionalParams)
Listar recursos do HypervCollector por AssessmentProject
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: HypervCollectorsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<HypervCollector, HypervCollector[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- projectName
-
string
Nome do projeto de avaliação
Os parâmetros de opções.