Uses of Class
com.azure.resourcemanager.compute.fluent.models.DedicatedHostGroupInner
Packages that use DedicatedHostGroupInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DedicatedHostGroupInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupsClient.createOrUpdate(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group.DedicatedHostGroupsClient.getByResourceGroup(String resourceGroupName, String hostGroupName) Retrieves information about a dedicated host group.DedicatedHostGroupsClient.update(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters) Update an dedicated host group.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupsClient.createOrUpdateAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group.com.azure.core.http.rest.Response<DedicatedHostGroupInner>DedicatedHostGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters, com.azure.core.util.Context context) Create or update a dedicated host group.Mono<com.azure.core.http.rest.Response<DedicatedHostGroupInner>>DedicatedHostGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group.DedicatedHostGroupsClient.getByResourceGroupAsync(String resourceGroupName, String hostGroupName) Retrieves information about a dedicated host group.DedicatedHostGroupsClient.getByResourceGroupAsync(String resourceGroupName, String hostGroupName, InstanceViewTypes expand) Retrieves information about a dedicated host group.com.azure.core.http.rest.Response<DedicatedHostGroupInner>DedicatedHostGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostGroupName, InstanceViewTypes expand, com.azure.core.util.Context context) Retrieves information about a dedicated host group.Mono<com.azure.core.http.rest.Response<DedicatedHostGroupInner>>DedicatedHostGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String hostGroupName, InstanceViewTypes expand) Retrieves information about a dedicated host group.com.azure.core.http.rest.PagedIterable<DedicatedHostGroupInner>DedicatedHostGroupsClient.list()Lists all of the dedicated host groups in the subscription.com.azure.core.http.rest.PagedIterable<DedicatedHostGroupInner>DedicatedHostGroupsClient.list(com.azure.core.util.Context context) Lists all of the dedicated host groups in the subscription.com.azure.core.http.rest.PagedFlux<DedicatedHostGroupInner>DedicatedHostGroupsClient.listAsync()Lists all of the dedicated host groups in the subscription.com.azure.core.http.rest.PagedIterable<DedicatedHostGroupInner>DedicatedHostGroupsClient.listByResourceGroup(String resourceGroupName) Lists all of the dedicated host groups in the specified resource group.com.azure.core.http.rest.PagedIterable<DedicatedHostGroupInner>DedicatedHostGroupsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all of the dedicated host groups in the specified resource group.com.azure.core.http.rest.PagedFlux<DedicatedHostGroupInner>DedicatedHostGroupsClient.listByResourceGroupAsync(String resourceGroupName) Lists all of the dedicated host groups in the specified resource group.DedicatedHostGroupsClient.updateAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters) Update an dedicated host group.com.azure.core.http.rest.Response<DedicatedHostGroupInner>DedicatedHostGroupsClient.updateWithResponse(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters, com.azure.core.util.Context context) Update an dedicated host group.Mono<com.azure.core.http.rest.Response<DedicatedHostGroupInner>>DedicatedHostGroupsClient.updateWithResponseAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupUpdate parameters) Update an dedicated host group.Methods in com.azure.resourcemanager.compute.fluent with parameters of type DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupsClient.createOrUpdate(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group.DedicatedHostGroupsClient.createOrUpdateAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group.com.azure.core.http.rest.Response<DedicatedHostGroupInner>DedicatedHostGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters, com.azure.core.util.Context context) Create or update a dedicated host group.Mono<com.azure.core.http.rest.Response<DedicatedHostGroupInner>>DedicatedHostGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters) Create or update a dedicated host group. -
Uses of DedicatedHostGroupInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupInner.withAdditionalCapabilities(DedicatedHostGroupPropertiesAdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Enables or disables a capability on the dedicated host group.<br><br>Minimum api-version: 2022-03-01.DedicatedHostGroupInner.withLocation(String location) DedicatedHostGroupInner.withPlatformFaultDomainCount(Integer platformFaultDomainCount) Set the platformFaultDomainCount property: Number of fault domains that the host group can span.DedicatedHostGroupInner.withSupportAutomaticPlacement(Boolean supportAutomaticPlacement) Set the supportAutomaticPlacement property: Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group.Set the zones property: Availability Zone to use for this host group. -
Uses of DedicatedHostGroupInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupListResult.value()Get the value property: The list of dedicated host groups.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DedicatedHostGroupInnerModifier and TypeMethodDescriptionDedicatedHostGroupListResult.withValue(List<DedicatedHostGroupInner> value) Set the value property: The list of dedicated host groups.