public interface DedicatedHostsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginCreateOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginCreateOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters,
com.azure.core.util.Context context)
Create or update a dedicated host .
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String hostGroupName,
String hostname)
Delete a dedicated host.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String hostGroupName,
String hostname,
com.azure.core.util.Context context)
Delete a dedicated host.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String hostGroupName,
String hostname)
Delete a dedicated host.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters,
com.azure.core.util.Context context)
Update an dedicated host .
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
beginUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
DedicatedHostInner |
createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
DedicatedHostInner |
createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters,
com.azure.core.util.Context context)
Create or update a dedicated host .
|
Mono<DedicatedHostInner> |
createOrUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
void |
delete(String resourceGroupName,
String hostGroupName,
String hostname)
Delete a dedicated host.
|
void |
delete(String resourceGroupName,
String hostGroupName,
String hostname,
com.azure.core.util.Context context)
Delete a dedicated host.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String hostGroupName,
String hostname)
Delete a dedicated host.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname)
Delete a dedicated host.
|
DedicatedHostInner |
get(String resourceGroupName,
String hostGroupName,
String hostname)
Retrieves information about a dedicated host.
|
Mono<DedicatedHostInner> |
getAsync(String resourceGroupName,
String hostGroupName,
String hostname)
Retrieves information about a dedicated host.
|
Mono<DedicatedHostInner> |
getAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand)
Retrieves information about a dedicated host.
|
com.azure.core.http.rest.Response<DedicatedHostInner> |
getWithResponse(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand,
com.azure.core.util.Context context)
Retrieves information about a dedicated host.
|
Mono<com.azure.core.http.rest.Response<DedicatedHostInner>> |
getWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand)
Retrieves information about a dedicated host.
|
com.azure.core.http.rest.PagedIterable<DedicatedHostInner> |
listByHostGroup(String resourceGroupName,
String hostGroupName)
Lists all of the dedicated hosts in the specified dedicated host group.
|
com.azure.core.http.rest.PagedIterable<DedicatedHostInner> |
listByHostGroup(String resourceGroupName,
String hostGroupName,
com.azure.core.util.Context context)
Lists all of the dedicated hosts in the specified dedicated host group.
|
com.azure.core.http.rest.PagedFlux<DedicatedHostInner> |
listByHostGroupAsync(String resourceGroupName,
String hostGroupName)
Lists all of the dedicated hosts in the specified dedicated host group.
|
DedicatedHostInner |
update(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
DedicatedHostInner |
update(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters,
com.azure.core.util.Context context)
Update an dedicated host .
|
Mono<DedicatedHostInner> |
updateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginCreateOrUpdateAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginCreateOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginCreateOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<DedicatedHostInner> createOrUpdateAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.DedicatedHostInner createOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.DedicatedHostInner createOrUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostInner parameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the Dedicated host.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginUpdateAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> beginUpdate(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<DedicatedHostInner> updateAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.DedicatedHostInner update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.DedicatedHostInner update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host .parameters
- Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType
may be updated.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostGroupName, String hostname, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String hostGroupName, String hostname, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DedicatedHostInner>> getWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname, InstanceViewTypes expand)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.expand
- The expand expression to apply on the operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<DedicatedHostInner> getAsync(String resourceGroupName, String hostGroupName, String hostname, InstanceViewTypes expand)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.expand
- The expand expression to apply on the operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<DedicatedHostInner> getAsync(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.DedicatedHostInner get(String resourceGroupName, String hostGroupName, String hostname)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DedicatedHostInner> getWithResponse(String resourceGroupName, String hostGroupName, String hostname, InstanceViewTypes expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.hostname
- The name of the dedicated host.expand
- The expand expression to apply on the operation.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DedicatedHostInner> listByHostGroupAsync(String resourceGroupName, String hostGroupName)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DedicatedHostInner> listByHostGroup(String resourceGroupName, String hostGroupName)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DedicatedHostInner> listByHostGroup(String resourceGroupName, String hostGroupName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.hostGroupName
- The name of the dedicated host group.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.