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 PossibleValuesForJobStreamType() []string + func ValidateJobID(input interface{}, key string) (warnings []string, errors []error) + func ValidateStreamID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationOptions struct + ClientRequestId *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *JobStream + OData *odata.OData + type JobId struct + AutomationAccountName string + JobName string + ResourceGroupName string + SubscriptionId string + func NewJobID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) JobId + func ParseJobID(input string) (*JobId, error) + func ParseJobIDInsensitively(input string) (*JobId, error) + func (id *JobId) FromParseResult(input resourceids.ParseResult) error + func (id JobId) ID() string + func (id JobId) Segments() []resourceids.Segment + func (id JobId) String() string + type JobStream struct + Id *string + Properties *JobStreamProperties + type JobStreamClient struct + Client *resourcemanager.Client + func NewJobStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*JobStreamClient, error) + func (c JobStreamClient) Get(ctx context.Context, id StreamId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c JobStreamClient) ListByJob(ctx context.Context, id JobId, options ListByJobOperationOptions) (result ListByJobOperationResponse, err error) + func (c JobStreamClient) ListByJobComplete(ctx context.Context, id JobId, options ListByJobOperationOptions) (ListByJobCompleteResult, error) + func (c JobStreamClient) ListByJobCompleteMatchingPredicate(ctx context.Context, id JobId, options ListByJobOperationOptions, ...) (result ListByJobCompleteResult, err error) + type JobStreamOperationPredicate struct + Id *string + func (p JobStreamOperationPredicate) Matches(input JobStream) bool + type JobStreamProperties struct + JobStreamId *string + StreamText *string + StreamType *JobStreamType + Summary *string + Time *string + Value *map[string]interface{} + func (o *JobStreamProperties) GetTimeAsTime() (*time.Time, error) + func (o *JobStreamProperties) SetTimeAsTime(input time.Time) + type JobStreamType string + const JobStreamTypeAny + const JobStreamTypeDebug + const JobStreamTypeError + const JobStreamTypeOutput + const JobStreamTypeProgress + const JobStreamTypeVerbose + const JobStreamTypeWarning + func (s *JobStreamType) UnmarshalJSON(bytes []byte) error + type ListByJobCompleteResult struct + Items []JobStream + LatestHttpResponse *http.Response + type ListByJobCustomPager struct + NextLink *odata.Link + func (p *ListByJobCustomPager) NextPageLink() *odata.Link + type ListByJobOperationOptions struct + ClientRequestId *string + Filter *string + func DefaultListByJobOperationOptions() ListByJobOperationOptions + func (o ListByJobOperationOptions) ToHeaders() *client.Headers + func (o ListByJobOperationOptions) ToOData() *odata.Query + func (o ListByJobOperationOptions) ToQuery() *client.QueryParams + type ListByJobOperationResponse struct + HttpResponse *http.Response + Model *[]JobStream + OData *odata.OData + type StreamId struct + AutomationAccountName string + JobName string + JobStreamId string + ResourceGroupName string + SubscriptionId string + func NewStreamID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) StreamId + func ParseStreamID(input string) (*StreamId, error) + func ParseStreamIDInsensitively(input string) (*StreamId, error) + func (id *StreamId) FromParseResult(input resourceids.ParseResult) error + func (id StreamId) ID() string + func (id StreamId) Segments() []resourceids.Segment + func (id StreamId) String() string