IDedicatedHostsOperations Interface

Definition

DedicatedHostsOperations operations.

public interface IDedicatedHostsOperations
type IDedicatedHostsOperations = interface
Public Interface IDedicatedHostsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, DedicatedHost, Dictionary<String,List<String>>, CancellationToken)

Create or update a dedicated host .

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a dedicated host.

BeginRestartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

BeginUpdateWithHttpMessagesAsync(String, String, String, DedicatedHostUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a dedicated host .

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DedicatedHost, Dictionary<String,List<String>>, CancellationToken)

Create or update a dedicated host .

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a dedicated host.

GetWithHttpMessagesAsync(String, String, String, Nullable<InstanceViewTypes>, Dictionary<String,List<String>>, CancellationToken)

Retrieves information about a dedicated host.

ListAvailableSizesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

ListByHostGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListByHostGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<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.

RestartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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.

UpdateWithHttpMessagesAsync(String, String, String, DedicatedHostUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a dedicated host .

Extension 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