Documentation ¶
Index ¶
- func PossibleValuesForJobStreamType() []string
- func ValidateRunbookID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateTestJobStreamID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type JobStream
- type JobStreamOperationPredicate
- type JobStreamProperties
- type JobStreamType
- type ListByTestJobCompleteResult
- type ListByTestJobCustomPager
- type ListByTestJobOperationOptions
- type ListByTestJobOperationResponse
- type RunbookId
- type TestJobStreamClient
- func (c TestJobStreamClient) Get(ctx context.Context, id TestJobStreamId) (result GetOperationResponse, err error)
- func (c TestJobStreamClient) ListByTestJob(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions) (result ListByTestJobOperationResponse, err error)
- func (c TestJobStreamClient) ListByTestJobComplete(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions) (ListByTestJobCompleteResult, error)
- func (c TestJobStreamClient) ListByTestJobCompleteMatchingPredicate(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions, ...) (result ListByTestJobCompleteResult, err error)
- type TestJobStreamId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForJobStreamType ¶
func PossibleValuesForJobStreamType() []string
func ValidateRunbookID ¶
ValidateRunbookID checks that 'input' can be parsed as a Runbook ID
func ValidateTestJobStreamID ¶
ValidateTestJobStreamID checks that 'input' can be parsed as a Test Job Stream ID
Types ¶
type GetOperationResponse ¶
type JobStream ¶
type JobStream struct { Id *string `json:"id,omitempty"` Properties *JobStreamProperties `json:"properties,omitempty"` }
type JobStreamOperationPredicate ¶
type JobStreamOperationPredicate struct {
Id *string
}
func (JobStreamOperationPredicate) Matches ¶
func (p JobStreamOperationPredicate) Matches(input JobStream) bool
type JobStreamProperties ¶
type JobStreamProperties struct { JobStreamId *string `json:"jobStreamId,omitempty"` StreamText *string `json:"streamText,omitempty"` StreamType *JobStreamType `json:"streamType,omitempty"` Summary *string `json:"summary,omitempty"` Time *string `json:"time,omitempty"` Value *map[string]interface{} `json:"value,omitempty"` }
func (*JobStreamProperties) GetTimeAsTime ¶
func (o *JobStreamProperties) GetTimeAsTime() (*time.Time, error)
func (*JobStreamProperties) SetTimeAsTime ¶
func (o *JobStreamProperties) SetTimeAsTime(input time.Time)
type JobStreamType ¶
type JobStreamType string
const ( JobStreamTypeAny JobStreamType = "Any" JobStreamTypeDebug JobStreamType = "Debug" JobStreamTypeError JobStreamType = "Error" JobStreamTypeOutput JobStreamType = "Output" JobStreamTypeProgress JobStreamType = "Progress" JobStreamTypeVerbose JobStreamType = "Verbose" JobStreamTypeWarning JobStreamType = "Warning" )
func (*JobStreamType) UnmarshalJSON ¶ added in v0.20240209.1164150
func (s *JobStreamType) UnmarshalJSON(bytes []byte) error
type ListByTestJobCustomPager ¶ added in v0.20240628.1153531
func (*ListByTestJobCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByTestJobCustomPager) NextPageLink() *odata.Link
type ListByTestJobOperationOptions ¶
type ListByTestJobOperationOptions struct {
Filter *string
}
func DefaultListByTestJobOperationOptions ¶
func DefaultListByTestJobOperationOptions() ListByTestJobOperationOptions
func (ListByTestJobOperationOptions) ToHeaders ¶ added in v0.20240209.1164150
func (o ListByTestJobOperationOptions) ToHeaders() *client.Headers
func (ListByTestJobOperationOptions) ToOData ¶ added in v0.20240209.1164150
func (o ListByTestJobOperationOptions) ToOData() *odata.Query
func (ListByTestJobOperationOptions) ToQuery ¶ added in v0.20240209.1164150
func (o ListByTestJobOperationOptions) ToQuery() *client.QueryParams
type RunbookId ¶
type RunbookId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string RunbookName string }
RunbookId is a struct representing the Resource ID for a Runbook
func NewRunbookID ¶
func NewRunbookID(subscriptionId string, resourceGroupName string, automationAccountName string, runbookName string) RunbookId
NewRunbookID returns a new RunbookId struct
func ParseRunbookID ¶
ParseRunbookID parses 'input' into a RunbookId
func ParseRunbookIDInsensitively ¶
ParseRunbookIDInsensitively parses 'input' case-insensitively into a RunbookId note: this method should only be used for API response data and not user input
func (*RunbookId) FromParseResult ¶
func (id *RunbookId) FromParseResult(input resourceids.ParseResult) error
func (RunbookId) Segments ¶
func (id RunbookId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Runbook ID
type TestJobStreamClient ¶
type TestJobStreamClient struct {
Client *resourcemanager.Client
}
func NewTestJobStreamClientWithBaseURI ¶
func NewTestJobStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*TestJobStreamClient, error)
func (TestJobStreamClient) Get ¶
func (c TestJobStreamClient) Get(ctx context.Context, id TestJobStreamId) (result GetOperationResponse, err error)
Get ...
func (TestJobStreamClient) ListByTestJob ¶
func (c TestJobStreamClient) ListByTestJob(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions) (result ListByTestJobOperationResponse, err error)
ListByTestJob ...
func (TestJobStreamClient) ListByTestJobComplete ¶
func (c TestJobStreamClient) ListByTestJobComplete(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions) (ListByTestJobCompleteResult, error)
ListByTestJobComplete retrieves all the results into a single object
func (TestJobStreamClient) ListByTestJobCompleteMatchingPredicate ¶
func (c TestJobStreamClient) ListByTestJobCompleteMatchingPredicate(ctx context.Context, id RunbookId, options ListByTestJobOperationOptions, predicate JobStreamOperationPredicate) (result ListByTestJobCompleteResult, err error)
ListByTestJobCompleteMatchingPredicate retrieves all the results and then applies the predicate
type TestJobStreamId ¶
type TestJobStreamId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string RunbookName string JobStreamId string }
TestJobStreamId is a struct representing the Resource ID for a Test Job Stream
func NewTestJobStreamID ¶
func NewTestJobStreamID(subscriptionId string, resourceGroupName string, automationAccountName string, runbookName string, jobStreamId string) TestJobStreamId
NewTestJobStreamID returns a new TestJobStreamId struct
func ParseTestJobStreamID ¶
func ParseTestJobStreamID(input string) (*TestJobStreamId, error)
ParseTestJobStreamID parses 'input' into a TestJobStreamId
func ParseTestJobStreamIDInsensitively ¶
func ParseTestJobStreamIDInsensitively(input string) (*TestJobStreamId, error)
ParseTestJobStreamIDInsensitively parses 'input' case-insensitively into a TestJobStreamId note: this method should only be used for API response data and not user input
func (*TestJobStreamId) FromParseResult ¶
func (id *TestJobStreamId) FromParseResult(input resourceids.ParseResult) error
func (TestJobStreamId) ID ¶
func (id TestJobStreamId) ID() string
ID returns the formatted Test Job Stream ID
func (TestJobStreamId) Segments ¶
func (id TestJobStreamId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Test Job Stream ID
func (TestJobStreamId) String ¶
func (id TestJobStreamId) String() string
String returns a human-readable description of this Test Job Stream ID