Uses of Interface
com.azure.resourcemanager.connectedvmware.models.HostModel
Packages that use HostModel
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of HostModel in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return HostModelModifier and TypeMethodDescriptionHostModel.Update.apply()
Executes the update request.HostModel.Update.apply
(com.azure.core.util.Context context) Executes the update request.HostModel.DefinitionStages.WithCreate.create()
Executes the create request.HostModel.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a host.Hosts.getByResourceGroup
(String resourceGroupName, String hostname) Gets a host.HostModel.refresh()
Refreshes the resource to sync with Azure.HostModel.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.connectedvmware.models that return types with arguments of type HostModelModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<HostModel>
Hosts.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a host.com.azure.core.http.rest.Response<HostModel>
Hosts.getByResourceGroupWithResponse
(String resourceGroupName, String hostname, com.azure.core.util.Context context) Gets a host.com.azure.core.http.rest.PagedIterable<HostModel>
Hosts.list()
Implements GET hosts in a subscription.com.azure.core.http.rest.PagedIterable<HostModel>
Hosts.list
(com.azure.core.util.Context context) Implements GET hosts in a subscription.com.azure.core.http.rest.PagedIterable<HostModel>
Hosts.listByResourceGroup
(String resourceGroupName) Implements GET hosts in a resource group.com.azure.core.http.rest.PagedIterable<HostModel>
Hosts.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Implements GET hosts in a resource group.