DedicatedHostsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for DedicatedHostsOperations.
public static class DedicatedHostsOperationsExtensions
type DedicatedHostsOperationsExtensions = class
Public Module DedicatedHostsOperationsExtensions
- Inheritance
-
DedicatedHostsOperationsExtensions
Methods
BeginCreateOrUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHost) |
Create or update a dedicated host . |
BeginCreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHost, CancellationToken) |
Create or update a dedicated host . |
BeginDelete(IDedicatedHostsOperations, String, String, String) |
Delete a dedicated host. |
BeginDeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken) |
Delete a dedicated host. |
BeginRestart(IDedicatedHostsOperations, String, String, String) |
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. |
BeginRestartAsync(IDedicatedHostsOperations, String, String, String, CancellationToken) |
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. |
BeginUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate) |
Update a dedicated host . |
BeginUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken) |
Update a dedicated host . |
CreateOrUpdate(IDedicatedHostsOperations, String, String, String, DedicatedHost) |
Create or update a dedicated host . |
CreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHost, CancellationToken) |
Create or update a dedicated host . |
Delete(IDedicatedHostsOperations, String, String, String) |
Delete a dedicated host. |
DeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken) |
Delete a dedicated host. |
Get(IDedicatedHostsOperations, String, String, String, Nullable<InstanceViewTypes>) |
Retrieves information about a dedicated host. |
GetAsync(IDedicatedHostsOperations, String, String, String, Nullable<InstanceViewTypes>, CancellationToken) |
Retrieves information about a dedicated host. |
ListAvailableSizes(IDedicatedHostsOperations, String, String, String) |
Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host. |
ListAvailableSizesAsync(IDedicatedHostsOperations, String, String, String, CancellationToken) |
Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host. |
ListByHostGroup(IDedicatedHostsOperations, String, String) |
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. |
ListByHostGroupAsync(IDedicatedHostsOperations, String, String, CancellationToken) |
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. |
ListByHostGroupNext(IDedicatedHostsOperations, String) |
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. |
ListByHostGroupNextAsync(IDedicatedHostsOperations, String, CancellationToken) |
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. |
Restart(IDedicatedHostsOperations, String, String, String) |
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. |
RestartAsync(IDedicatedHostsOperations, String, String, String, CancellationToken) |
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. |
Update(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate) |
Update a dedicated host . |
UpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken) |
Update a dedicated host . |
Applies to
Azure SDK for .NET