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 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, com.azure.core.util.Context context) Update a 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 a dedicated host .DedicatedHostsClient.update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters) Update a dedicated host .DedicatedHostsClient.update(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters, com.azure.core.util.Context context) Update a dedicated host .DedicatedHostsClient.updateAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters) Update a dedicated host .Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> DedicatedHostsClient.updateWithResponseAsync(String resourceGroupName, String hostGroupName, String hostname, DedicatedHostUpdate parameters) Update a dedicated host . -
Uses of DedicatedHostUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DedicatedHostUpdateModifier and TypeMethodDescriptionstatic DedicatedHostUpdateDedicatedHostUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostUpdate from the JsonReader.DedicatedHostUpdate.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 sku property: [List all available dedicated host sizes for resizing] (https://docs.microsoft.com/rest/api/compute/dedicated-hosts/listavailablesizes).Set the tags property: Resource tags.