Share via


IDedicatedHostsOperations Interface

Definition

DedicatedHostsOperations operations.

public interface IDedicatedHostsOperations
type IDedicatedHostsOperations = interface
Public Interface IDedicatedHostsOperations

Methods

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

Create or update a dedicated host .

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

Delete a dedicated host.

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

Update an dedicated host .

CreateOrUpdateWithHttpMessagesAsync(String, String, String, DedicatedHostInner, 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.

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.

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

Update an dedicated host .

Extension 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