Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<DedicatedHostInner>,DedicatedHostInner> |
DedicatedHostsClient.beginUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
DedicatedHostInner |
DedicatedHostsClient.update(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
DedicatedHostInner |
DedicatedHostsClient.update(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters,
com.azure.core.util.Context context)
Update an dedicated host .
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.updateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DedicatedHostsClient.updateWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostUpdate parameters)
Update an dedicated host .
|
Modifier and Type | Method and Description |
---|---|
DedicatedHostUpdate |
DedicatedHostUpdate.withAutoReplaceOnFailure(Boolean autoReplaceOnFailure)
Set the autoReplaceOnFailure property: Specifies whether the dedicated host should be replaced automatically in
case of a failure.
|
DedicatedHostUpdate |
DedicatedHostUpdate.withLicenseType(DedicatedHostLicenseTypes licenseType)
Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
DedicatedHostUpdate |
DedicatedHostUpdate.withPlatformFaultDomain(Integer platformFaultDomain)
Set the platformFaultDomain property: Fault domain of the dedicated host within a dedicated host group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.