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
Subinterfaces with type arguments of type DedicatedHostGroupInner in com.azure.resourcemanager.compute.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in DedicatedHostGroupsClient.interfaceAn instance of this class provides access to all the operations defined in DedicatedHostGroupsClient.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.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 TypeMethodDescriptionstatic DedicatedHostGroupInnerDedicatedHostGroupInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DedicatedHostGroupInner from the JsonReader.DedicatedHostGroupInner.withAdditionalCapabilities(DedicatedHostGroupPropertiesAdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Enables or disables a capability on the dedicated host group.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: The availability zones. -
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.