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 ValidateHyperVSiteID(input interface{}, key string) (warnings []string, errors []error) + type ErrorDetails struct + AgentErrorCode *string + AgentErrorMessage *string + AgentErrorPossibleCauses *string + AgentErrorRecommendedAction *string + Code *string + IsAgentReportedError *bool + Message *string + PossibleCauses *string + RecommendedAction *string + Severity *string + type GetAllJobsInSiteCompleteResult struct + Items []HyperVJob + LatestHttpResponse *http.Response + type GetAllJobsInSiteCustomPager struct + NextLink *odata.Link + func (p *GetAllJobsInSiteCustomPager) NextPageLink() *odata.Link + type GetAllJobsInSiteOperationResponse struct + HttpResponse *http.Response + Model *[]HyperVJob + OData *odata.OData + type GetJobOperationResponse struct + HttpResponse *http.Response + Model *HyperVJob + OData *odata.OData + type HyperVJob struct + Id *string + Name *string + Properties *JobProperties + Type *string + type HyperVJobOperationPredicate struct + Id *string + Name *string + Type *string + func (p HyperVJobOperationPredicate) Matches(input HyperVJob) bool + type HyperVJobsClient struct + Client *resourcemanager.Client + func NewHyperVJobsClientWithBaseURI(sdkApi sdkEnv.Api) (*HyperVJobsClient, error) + func (c HyperVJobsClient) GetAllJobsInSite(ctx context.Context, id HyperVSiteId) (result GetAllJobsInSiteOperationResponse, err error) + func (c HyperVJobsClient) GetAllJobsInSiteComplete(ctx context.Context, id HyperVSiteId) (GetAllJobsInSiteCompleteResult, error) + func (c HyperVJobsClient) GetAllJobsInSiteCompleteMatchingPredicate(ctx context.Context, id HyperVSiteId, predicate HyperVJobOperationPredicate) (result GetAllJobsInSiteCompleteResult, err error) + func (c HyperVJobsClient) GetJob(ctx context.Context, id commonids.HyperVSiteJobId) (result GetJobOperationResponse, err error) + type HyperVSiteId struct + HyperVSiteName string + ResourceGroupName string + SubscriptionId string + func NewHyperVSiteID(subscriptionId string, resourceGroupName string, hyperVSiteName string) HyperVSiteId + func ParseHyperVSiteID(input string) (*HyperVSiteId, error) + func ParseHyperVSiteIDInsensitively(input string) (*HyperVSiteId, error) + func (id *HyperVSiteId) FromParseResult(input resourceids.ParseResult) error + func (id HyperVSiteId) ID() string + func (id HyperVSiteId) Segments() []resourceids.Segment + func (id HyperVSiteId) String() string + type JobProperties struct + ActivityId *string + ClientRequestId *string + DisplayName *string + EndTime *string + Errors *[]ErrorDetails + StartTime *string + Status *string