DedicatedHostGroupsOperationsExtensions Class

Definition

Extension methods for DedicatedHostGroupsOperations.

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

Methods

CreateOrUpdateAsync(IDedicatedHostGroupsOperations, String, String, DedicatedHostGroupInner, 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)

DeleteAsync(IDedicatedHostGroupsOperations, String, String, CancellationToken)

Delete a dedicated host group.

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

Retrieves information about a dedicated host group.

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.

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.

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.

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.

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

Update an dedicated host group.

Applies to