Share via


DedicatedHostsOperationsExtensions Class

Definition

Extension methods for DedicatedHostsOperations.

public static class DedicatedHostsOperationsExtensions
type DedicatedHostsOperationsExtensions = class
Public Module DedicatedHostsOperationsExtensions
Inheritance
DedicatedHostsOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostInner, CancellationToken)

Create or update a dedicated host .

BeginDeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

Delete a dedicated host.

BeginUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken)

Update an dedicated host .

CreateOrUpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostInner, CancellationToken)

Create or update a dedicated host .

DeleteAsync(IDedicatedHostsOperations, String, String, String, CancellationToken)

Delete a dedicated host.

GetAsync(IDedicatedHostsOperations, String, String, String, Nullable<InstanceViewTypes>, CancellationToken)

Retrieves information about a dedicated host.

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.

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.

UpdateAsync(IDedicatedHostsOperations, String, String, String, DedicatedHostUpdate, CancellationToken)

Update an dedicated host .

Applies to