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 ValidateRunbookID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *TestJob + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *TestJob + OData *odata.OData + type ResumeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type RunbookId struct + AutomationAccountName string + ResourceGroupName string + RunbookName string + SubscriptionId string + func NewRunbookID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) RunbookId + func ParseRunbookID(input string) (*RunbookId, error) + func ParseRunbookIDInsensitively(input string) (*RunbookId, error) + func (id *RunbookId) FromParseResult(input resourceids.ParseResult) error + func (id RunbookId) ID() string + func (id RunbookId) Segments() []resourceids.Segment + func (id RunbookId) String() string + type StopOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SuspendOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TestJob struct + CreationTime *string + EndTime *string + Exception *string + LastModifiedTime *string + LastStatusModifiedTime *string + LogActivityTrace *int64 + Parameters *map[string]string + RunOn *string + StartTime *string + Status *string + StatusDetails *string + func (o *TestJob) GetCreationTimeAsTime() (*time.Time, error) + func (o *TestJob) GetEndTimeAsTime() (*time.Time, error) + func (o *TestJob) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *TestJob) GetLastStatusModifiedTimeAsTime() (*time.Time, error) + func (o *TestJob) GetStartTimeAsTime() (*time.Time, error) + func (o *TestJob) SetCreationTimeAsTime(input time.Time) + func (o *TestJob) SetEndTimeAsTime(input time.Time) + func (o *TestJob) SetLastModifiedTimeAsTime(input time.Time) + func (o *TestJob) SetLastStatusModifiedTimeAsTime(input time.Time) + func (o *TestJob) SetStartTimeAsTime(input time.Time) + type TestJobClient struct + Client *resourcemanager.Client + func NewTestJobClientWithBaseURI(sdkApi sdkEnv.Api) (*TestJobClient, error) + func (c TestJobClient) Create(ctx context.Context, id RunbookId, input TestJobCreateParameters) (result CreateOperationResponse, err error) + func (c TestJobClient) Get(ctx context.Context, id RunbookId) (result GetOperationResponse, err error) + func (c TestJobClient) Resume(ctx context.Context, id RunbookId) (result ResumeOperationResponse, err error) + func (c TestJobClient) Stop(ctx context.Context, id RunbookId) (result StopOperationResponse, err error) + func (c TestJobClient) Suspend(ctx context.Context, id RunbookId) (result SuspendOperationResponse, err error) + type TestJobCreateParameters struct + Parameters *map[string]string + RunOn *string