Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DedicatedHostInner |
DedicatedHostsClient.createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
DedicatedHostInner |
DedicatedHostsClient.createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters,
com.azure.core.util.Context context)
Create or update a dedicated host .
|
DedicatedHostInner |
DedicatedHostsClient.get(String resourceGroupName,
String hostGroupName,
String hostname)
Retrieves information about a 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 .
|
Modifier and Type | Method and Description |
---|---|
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.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 .
|
DedicatedHostInner |
DedicatedHostsClient.createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
DedicatedHostInner |
DedicatedHostsClient.createOrUpdate(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters,
com.azure.core.util.Context context)
Create or update a dedicated host .
|
Mono<DedicatedHostInner> |
DedicatedHostsClient.createOrUpdateAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DedicatedHostsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String hostGroupName,
String hostname,
DedicatedHostInner parameters)
Create or update a dedicated host .
|
Modifier and Type | Method and Description |
---|---|
DedicatedHostInner |
DedicatedHostInner.withAutoReplaceOnFailure(Boolean autoReplaceOnFailure)
Set the autoReplaceOnFailure property: Specifies whether the dedicated host should be replaced automatically in
case of a failure.
|
DedicatedHostInner |
DedicatedHostInner.withLicenseType(DedicatedHostLicenseTypes licenseType)
Set the licenseType property: Specifies the software license type that will be applied to the VMs deployed on the
dedicated host.
|
DedicatedHostInner |
DedicatedHostInner.withPlatformFaultDomain(Integer platformFaultDomain)
Set the platformFaultDomain property: Fault domain of the dedicated host within a dedicated host group.
|
DedicatedHostInner |
DedicatedHostInner.withSku(Sku sku)
Set the sku property: SKU of the dedicated host for Hardware Generation and VM family.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.