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:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Create Dedicated Host Group.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to.
createOrUpdateAsync
public abstract Mono createOrUpdateAsync(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:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Create Dedicated Host Group.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to on
successful completion of 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:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Create Dedicated Host Group.
context
- The context to associate with this operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T>.
createOrUpdateWithResponseAsync
public abstract Mono> createOrUpdateWithResponseAsync(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:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Create Dedicated Host Group.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T> on successful completion of Mono.
delete
public abstract void delete(String resourceGroupName, String hostGroupName)
Delete a dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
deleteAsync
public abstract Mono deleteAsync(String resourceGroupName, String hostGroupName)
Delete a dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
Returns:
A Mono that completes when a successful response is received.
deleteWithResponse
public abstract Response deleteWithResponse(String resourceGroupName, String hostGroupName, Context context)
Delete a dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
context
- The context to associate with this operation.
Retrieves information about a dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
expand
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance
views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host
group.
context
- The context to associate with this operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T>.
getByResourceGroupWithResponseAsync
public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String hostGroupName, InstanceViewTypes expand)
Retrieves information about a dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
expand
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance
views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host
group.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T> on successful completion of Mono.
list
public abstract PagedIterable list()
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:
the List Dedicated Host Group with resource group response as paginated response with
PagedIterable<T>.
list
public abstract PagedIterable list(Context context)
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:
context
- The context to associate with this operation.
Returns:
the List Dedicated Host Group with resource group response as paginated response with
PagedIterable<T>.
listAsync
public abstract PagedFlux listAsync()
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:
the List Dedicated Host Group with resource group response as paginated response with PagedFlux<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName)
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:
resourceGroupName
- The name of the resource group.
Returns:
the List Dedicated Host Group with resource group response as paginated response with
PagedIterable<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)
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:
resourceGroupName
- The name of the resource group.
context
- The context to associate with this operation.
Returns:
the List Dedicated Host Group with resource group response as paginated response with
PagedIterable<T>.
listByResourceGroupAsync
public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)
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:
resourceGroupName
- The name of the resource group.
Returns:
the List Dedicated Host Group with resource group response as paginated response with PagedFlux<T>.
update
public abstract DedicatedHostGroupInner update(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters)
Update an dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Update Dedicated Host Group operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to.
updateAsync
public abstract Mono updateAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters)
Update an dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Update Dedicated Host Group operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to on
successful completion of Mono.
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Update Dedicated Host Group operation.
context
- The context to associate with this operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T>.
updateWithResponseAsync
public abstract Mono> updateWithResponseAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters)
Update an dedicated host group.
Parameters:
resourceGroupName
- The name of the resource group.
hostGroupName
- The name of the dedicated host group.
parameters
- Parameters supplied to the Update Dedicated Host Group operation.
Returns:
specifies information about the dedicated host group that the dedicated hosts should be assigned to along
with Response<T> on successful completion of Mono.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.