com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.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> |
DedicatedHostsClient.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> |
DedicatedHostsClient.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.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.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> |
DedicatedHostsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters) |
Create or update a dedicated host .
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.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<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.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> |
DedicatedHostsClient.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> |
DedicatedHostsClient.beginUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters,
com.azure.core.util.Context context) |
Update an dedicated host .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.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> |
DedicatedHostsClient.beginUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters) |
Update an dedicated host .
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.beginUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters) |
Update an dedicated host .
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.createOrUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters) |
Create or update a dedicated host .
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.getAsync(String resourceGroupName,
String hostGroupName,
String hostname) |
Retrieves information about a dedicated host.
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.getAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand) |
Retrieves information about a dedicated host.
|
com.azure.core.http.rest.Response<DedicatedHostInner> |
DedicatedHostsClient.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>> |
DedicatedHostsClient.getWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
InstanceViewTypes expand) |
Retrieves information about a dedicated host.
|
com.azure.core.http.rest.PagedIterable<DedicatedHostInner> |
DedicatedHostsClient.listByHostGroup(String resourceGroupName,
String hostGroupName) |
Lists all of the dedicated hosts in the specified dedicated host group.
|
com.azure.core.http.rest.PagedIterable<DedicatedHostInner> |
DedicatedHostsClient.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> |
DedicatedHostsClient.listByHostGroupAsync(String resourceGroupName,
String hostGroupName) |
Lists all of the dedicated hosts in the specified dedicated host group.
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.updateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters) |
Update an dedicated host .
|