DedicatedHostsOperations interface
Interface die een DedicatedHosts-operatie vertegenwoordigt.
Eigenschappen
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Maak of werk een toegewezen host bij. |
| delete | |
| get | Haalt informatie op over een toegewezen host. |
| list |
Geeft een overzicht van alle beschikbare toegewezen hostgroottes waarnaar de grootte van de opgegeven toegewezen host kan worden gewijzigd. OPMERKING: De opgegeven toegewezen hostgrootten kunnen worden gebruikt om alleen de bestaande toegewezen host omhoog te schalen. |
| list |
Geeft een overzicht van alle toegewezen hosts in de opgegeven toegewezen hostgroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met toegewezen hosts op te halen. |
| redeploy | Implementeer de toegewezen host opnieuw. De bewerking wordt voltooid zodra de toegewezen host is gemigreerd naar een nieuw knooppunt en wordt uitgevoerd. Als u de status wilt bepalen van vm's die op de toegewezen host zijn geïmplementeerd nadat de implementatie opnieuw is uitgevoerd, controleert u het Resource Health Center in de Azure Portal. Raadpleeg https://docs.microsoft.com/azure/service-health/resource-health-overview voor meer informatie. |
| restart | Start de toegewezen host opnieuw op. De bewerking wordt voltooid zodra de toegewezen host opnieuw is opgestart en wordt uitgevoerd. Controleer het Resource Health Center in de Azure Portal om de status te bepalen van vm's die op de toegewezen host zijn geïmplementeerd. Raadpleeg https://docs.microsoft.com/azure/service-health/resource-health-overview voor meer informatie. |
| update | Werk een toegewezen host bij. |
Eigenschapdetails
beginCreateOrUpdate
Waarschuwing
Deze API is nu afgeschaft.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
beginCreateOrUpdateAndWait
Waarschuwing
Deze API is nu afgeschaft.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => Promise<DedicatedHost>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => Promise<DedicatedHost>
beginDelete
Waarschuwing
Deze API is nu afgeschaft.
use delete instead
beginDelete: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Waarschuwing
Deze API is nu afgeschaft.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => Promise<void>
beginRedeploy
Waarschuwing
Deze API is nu afgeschaft.
use redeploy instead
beginRedeploy: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginRedeployAndWait
Waarschuwing
Deze API is nu afgeschaft.
use redeploy instead
beginRedeployAndWait: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => Promise<void>
beginRestart
Waarschuwing
Deze API is nu afgeschaft.
use restart instead
beginRestart: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait
Waarschuwing
Deze API is nu afgeschaft.
use restart instead
beginRestartAndWait: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => Promise<void>
beginUpdate
Waarschuwing
Deze API is nu afgeschaft.
use update instead
beginUpdate: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<DedicatedHost>, DedicatedHost>>
beginUpdateAndWait
Waarschuwing
Deze API is nu afgeschaft.
use update instead
beginUpdateAndWait: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => Promise<DedicatedHost>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => Promise<DedicatedHost>
createOrUpdate
Maak of werk een toegewezen host bij.
createOrUpdate: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DedicatedHost>, DedicatedHost>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DedicatedHost>, DedicatedHost>
delete
delete: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Haalt informatie op over een toegewezen host.
get: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsGetOptionalParams) => Promise<DedicatedHost>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsGetOptionalParams) => Promise<DedicatedHost>
listAvailableSizes
Geeft een overzicht van alle beschikbare toegewezen hostgroottes waarnaar de grootte van de opgegeven toegewezen host kan worden gewijzigd. OPMERKING: De opgegeven toegewezen hostgrootten kunnen worden gebruikt om alleen de bestaande toegewezen host omhoog te schalen.
listAvailableSizes: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsListAvailableSizesOptionalParams) => PagedAsyncIterableIterator<string, string[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsListAvailableSizesOptionalParams) => PagedAsyncIterableIterator<string, string[], PageSettings>
listByHostGroup
Geeft een overzicht van alle toegewezen hosts in de opgegeven toegewezen hostgroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina met toegewezen hosts op te halen.
listByHostGroup: (resourceGroupName: string, hostGroupName: string, options?: DedicatedHostsListByHostGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHost, DedicatedHost[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostsListByHostGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHost, DedicatedHost[], PageSettings>
redeploy
Implementeer de toegewezen host opnieuw. De bewerking wordt voltooid zodra de toegewezen host is gemigreerd naar een nieuw knooppunt en wordt uitgevoerd. Als u de status wilt bepalen van vm's die op de toegewezen host zijn geïmplementeerd nadat de implementatie opnieuw is uitgevoerd, controleert u het Resource Health Center in de Azure Portal. Raadpleeg https://docs.microsoft.com/azure/service-health/resource-health-overview voor meer informatie.
redeploy: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => PollerLike<OperationState<void>, void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRedeployOptionalParams) => PollerLike<OperationState<void>, void>
restart
Start de toegewezen host opnieuw op. De bewerking wordt voltooid zodra de toegewezen host opnieuw is opgestart en wordt uitgevoerd. Controleer het Resource Health Center in de Azure Portal om de status te bepalen van vm's die op de toegewezen host zijn geïmplementeerd. Raadpleeg https://docs.microsoft.com/azure/service-health/resource-health-overview voor meer informatie.
restart: (resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => PollerLike<OperationState<void>, void>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsRestartOptionalParams) => PollerLike<OperationState<void>, void>
update
Werk een toegewezen host bij.
update: (resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => PollerLike<OperationState<DedicatedHost>, DedicatedHost>
Waarde van eigenschap
(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams) => PollerLike<OperationState<DedicatedHost>, DedicatedHost>