Uses of Class
com.azure.resourcemanager.compute.models.DedicatedHostUpdate
Packages that use DedicatedHostUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DedicatedHostUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type DedicatedHostUpdateModifier and TypeMethodDescriptioncom.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 .DedicatedHostsClient.update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters) Update an dedicated host .DedicatedHostsClient.update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters, com.azure.core.util.Context context) Update an dedicated host .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 . -
Uses of DedicatedHostUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostUpdateModifier and TypeMethodDescriptionDedicatedHostUpdate.withAutoReplaceOnFailure(Boolean autoReplaceOnFailure) Set the autoReplaceOnFailure property: Specifies whether the dedicated host should be replaced automatically in case of a failure.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.withPlatformFaultDomain(Integer platformFaultDomain) Set the platformFaultDomain property: Fault domain of the dedicated host within a dedicated host group.Set the tags property: Resource tags.