Uses of Class
com.azure.resourcemanager.compute.fluent.models.DedicatedHostGroupInner
-
Packages that use DedicatedHostGroupInner 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.com.azure.resourcemanager.compute.models 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 DedicatedHostGroupInner Modifier and Type Method Description DedicatedHostGroupInnerDedicatedHostGroupsClient. createOrUpdate(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters)Create or update a dedicated host group.DedicatedHostGroupInnerDedicatedHostGroupsClient. getByResourceGroup(String resourceGroupName, String hostGroupName)Retrieves information about a dedicated host group.DedicatedHostGroupInnerDedicatedHostGroupsClient. 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 DedicatedHostGroupInner Modifier and Type Method Description Mono<DedicatedHostGroupInner>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.Mono<DedicatedHostGroupInner>DedicatedHostGroupsClient. getByResourceGroupAsync(String resourceGroupName, String hostGroupName)Retrieves information about a dedicated host group.Mono<DedicatedHostGroupInner>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.Mono<DedicatedHostGroupInner>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 DedicatedHostGroupInner Modifier and Type Method Description DedicatedHostGroupInnerDedicatedHostGroupsClient. createOrUpdate(String resourceGroupName, String hostGroupName, DedicatedHostGroupInner parameters)Create or update a dedicated host group.Mono<DedicatedHostGroupInner>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 DedicatedHostGroupInner Modifier and Type Method Description DedicatedHostGroupInnerDedicatedHostGroupInner. withLocation(String location)DedicatedHostGroupInnerDedicatedHostGroupInner. withPlatformFaultDomainCount(Integer platformFaultDomainCount)Set the platformFaultDomainCount property: Number of fault domains that the host group can span.DedicatedHostGroupInnerDedicatedHostGroupInner. 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.DedicatedHostGroupInnerDedicatedHostGroupInner. withTags(Map<String,String> tags)DedicatedHostGroupInnerDedicatedHostGroupInner. withZones(List<String> zones)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 DedicatedHostGroupInner Modifier and Type Method Description List<DedicatedHostGroupInner>DedicatedHostGroupListResult. value()Get the value property: The list of dedicated host groups.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DedicatedHostGroupInner Modifier and Type Method Description DedicatedHostGroupListResultDedicatedHostGroupListResult. withValue(List<DedicatedHostGroupInner> value)Set the value property: The list of dedicated host groups.
-