DedicatedHostGroupsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for DedicatedHostGroupsOperations.
public static class DedicatedHostGroupsOperationsExtensions
type DedicatedHostGroupsOperationsExtensions = class
Public Module DedicatedHostGroupsOperationsExtensions
- Inheritance
-
DedicatedHostGroupsOperationsExtensions
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
Azure SDK for .NET