DedicatedHostGroupsClient Interface
Implements
public interface DedicatedHostGroupsClient
extends InnerSupportsGet<DedicatedHostGroupInner>, InnerSupportsListing<DedicatedHostGroupInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in DedicatedHostGroupsClient.
Method Summary
Method Details
createOrUpdate
public abstract DedicatedHostGroupInner createOrUpdate(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters)
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).
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
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).
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
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).
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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).
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String hostGroupName)
Delete a dedicated host group.
Parameters:
deleteAsync
public abstract Mono
Delete a dedicated host group.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Delete a dedicated host group.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete a dedicated host group.
Parameters:
Returns:
getByResourceGroup
public abstract DedicatedHostGroupInner getByResourceGroup(String resourceGroupName, String hostGroupName)
Retrieves information about a dedicated host group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Retrieves information about a dedicated host group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Retrieves information about a dedicated host group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Retrieves information about a dedicated host group.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Returns:
listByResourceGroup
public abstract PagedIterable
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.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
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.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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.
Parameters:
Returns:
update
public abstract DedicatedHostGroupInner update(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters)
Update an dedicated host group.
Parameters:
Returns:
updateAsync
public abstract Mono
Update an dedicated host group.
Parameters:
Returns:
updateWithResponse
public abstract Response
Update an dedicated host group.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update an dedicated host group.
Parameters:
Returns:
Applies to
Azure SDK for Java