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 + func ValidateHostID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Host + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + Force *bool + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *Host + OData *odata.OData + type Host struct + ExtendedLocation *ExtendedLocation + Id *string + Kind *string + Location string + Name *string + Properties HostProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type HostId struct + HostName string + ResourceGroupName string + SubscriptionId string + func NewHostID(subscriptionId string, resourceGroupName string, hostName string) HostId + func ParseHostID(input string) (*HostId, error) + func ParseHostIDInsensitively(input string) (*HostId, error) + func (id *HostId) FromParseResult(input resourceids.ParseResult) error + func (id HostId) ID() string + func (id HostId) Segments() []resourceids.Segment + func (id HostId) String() string + type HostOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p HostOperationPredicate) Matches(input Host) bool + type HostProperties struct + CustomResourceName *string + InventoryItemId *string + MoName *string + MoRefId *string + ProvisioningState *string + Statuses *[]ResourceStatus + Uuid *string + VCenterId *string + type HostsClient struct + Client *resourcemanager.Client + func NewHostsClientWithBaseURI(sdkApi sdkEnv.Api) (*HostsClient, error) + func (c HostsClient) Create(ctx context.Context, id HostId, input Host) (result CreateOperationResponse, err error) + func (c HostsClient) CreateThenPoll(ctx context.Context, id HostId, input Host) error + func (c HostsClient) Delete(ctx context.Context, id HostId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c HostsClient) DeleteThenPoll(ctx context.Context, id HostId, options DeleteOperationOptions) error + func (c HostsClient) Get(ctx context.Context, id HostId) (result GetOperationResponse, err error) + func (c HostsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c HostsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c HostsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c HostsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c HostsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c HostsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c HostsClient) Update(ctx context.Context, id HostId, input ResourcePatch) (result UpdateOperationResponse, err error) + type ListByResourceGroupCompleteResult struct + Items []Host + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Host + OData *odata.OData + type ListCompleteResult struct + Items []Host + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Host + OData *odata.OData + type ResourcePatch struct + Tags *map[string]string + type ResourceStatus struct + LastUpdatedAt *string + Message *string + Reason *string + Severity *string + Status *string + Type *string + func (o *ResourceStatus) GetLastUpdatedAtAsTime() (*time.Time, error) + func (o *ResourceStatus) SetLastUpdatedAtAsTime(input time.Time) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Host + OData *odata.OData