DedicatedHostsClient Interface
public interface DedicatedHostsClient
An instance of this class provides access to all the operations defined in DedicatedHostsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update a dedicated host .
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update a dedicated host .
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update a dedicated host .
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a dedicated host.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a dedicated host.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete a dedicated host.
Parameters:
Returns:
beginRedeploy
public abstract SyncPoller
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginRedeploy
public abstract SyncPoller
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginRedeployAsync
public abstract PollerFlux
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginRestart
public abstract SyncPoller
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginRestartAsync
public abstract PollerFlux
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update a dedicated host .
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update a dedicated host .
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Update a dedicated host .
Parameters:
Returns:
createOrUpdate
public abstract DedicatedHostInner createOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
Create or update a dedicated host .
Parameters:
Returns:
createOrUpdate
public abstract DedicatedHostInner createOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters, Context context)
Create or update a dedicated host .
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a dedicated host .
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update a dedicated host .
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String hostGroupName, String hostname)
Delete a dedicated host.
Parameters:
delete
public abstract void delete(String resourceGroupName, String hostGroupName, String hostname, Context context)
Delete a dedicated host.
Parameters:
deleteAsync
public abstract Mono
Delete a dedicated host.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete a dedicated host.
Parameters:
Returns:
get
public abstract DedicatedHostInner get(String resourceGroupName, String hostGroupName, String hostname)
Retrieves information about a dedicated host.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves information about a dedicated host.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves information about a dedicated host.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves information about a dedicated host.
Parameters:
Returns:
listAvailableSizes
public abstract PagedIterable
Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host.
Parameters:
Returns:
listAvailableSizes
public abstract PagedIterable
Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host.
Parameters:
Returns:
listAvailableSizesAsync
public abstract PagedFlux
Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host.
Parameters:
Returns:
listByHostGroup
public abstract PagedIterable
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts.
Parameters:
Returns:
listByHostGroup
public abstract PagedIterable
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts.
Parameters:
Returns:
listByHostGroupAsync
public abstract PagedFlux
Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts.
Parameters:
Returns:
redeploy
public abstract void redeploy(String resourceGroupName, String hostGroupName, String hostname)
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
redeploy
public abstract void redeploy(String resourceGroupName, String hostGroupName, String hostname, Context context)
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
redeployAsync
public abstract Mono
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
redeployWithResponseAsync
public abstract Mono
Redeploy the dedicated host. The operation will complete successfully once the dedicated host has migrated to a new node and is running. To determine the health of VMs deployed on the dedicated host after the redeploy check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
restart
public abstract void restart(String resourceGroupName, String hostGroupName, String hostname)
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
restart
public abstract void restart(String resourceGroupName, String hostGroupName, String hostname, Context context)
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
restartAsync
public abstract Mono
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
restartWithResponseAsync
public abstract Mono
Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details.
Parameters:
Returns:
update
public abstract DedicatedHostInner update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
Update a dedicated host .
Parameters:
Returns:
update
public abstract DedicatedHostInner update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters, Context context)
Update a dedicated host .
Parameters:
Returns:
updateAsync
public abstract Mono
Update a dedicated host .
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update a dedicated host .
Parameters:
Returns: