Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type HostInfo struct + EffectiveDiskEncryptionKeyURL *string + Fqdn *string + Name *string + type ListHostsOperationResponse struct + HttpResponse *http.Response + Model *[]HostInfo + OData *odata.OData + type RestartHostsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type VirtualMachinesClient struct + Client *resourcemanager.Client + func NewVirtualMachinesClientWithBaseURI(sdkApi sdkEnv.Api) (*VirtualMachinesClient, error) + func (c VirtualMachinesClient) ListHosts(ctx context.Context, id commonids.HDInsightClusterId) (result ListHostsOperationResponse, err error) + func (c VirtualMachinesClient) RestartHosts(ctx context.Context, id commonids.HDInsightClusterId, input []string) (result RestartHostsOperationResponse, err error) + func (c VirtualMachinesClient) RestartHostsThenPoll(ctx context.Context, id commonids.HDInsightClusterId, input []string) error