IDedicatedHostGroupsOperations Interface

Definition

DedicatedHostGroupsOperations operations.

public interface IDedicatedHostGroupsOperations
type IDedicatedHostGroupsOperations = interface
Public Interface IDedicatedHostGroupsOperations

Methods

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

Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596)

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

Delete a dedicated host group.

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

Retrieves information about a dedicated host group.

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

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

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

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

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

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

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

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

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

Update an dedicated host group.

Extension Methods

CreateOrUpdate(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroup)

Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596)

CreateOrUpdateAsync(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroup, CancellationToken)

Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596)

Delete(IDedicatedHostGroupsOperations, String, String)

Delete a dedicated host group.

DeleteAsync(IDedicatedHostGroupsOperations, String, String, CancellationToken)

Delete a dedicated host group.

Get(IDedicatedHostGroupsOperations, String, String, Nullable<InstanceViewTypes>)

Retrieves information about a dedicated host group.

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

Retrieves information about a dedicated host group.

ListByResourceGroup(IDedicatedHostGroupsOperations, String)

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

ListByResourceGroupAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

ListByResourceGroupNext(IDedicatedHostGroupsOperations, String)

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

ListByResourceGroupNextAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups.

ListBySubscription(IDedicatedHostGroupsOperations)

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

ListBySubscriptionAsync(IDedicatedHostGroupsOperations, CancellationToken)

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

ListBySubscriptionNext(IDedicatedHostGroupsOperations, String)

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

ListBySubscriptionNextAsync(IDedicatedHostGroupsOperations, String, CancellationToken)

Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups.

Update(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroupUpdate)

Update an dedicated host group.

UpdateAsync(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroupUpdate, CancellationToken)

Update an dedicated host group.

Applies to