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 PossibleValuesForRunbookProvisioningState() []string + func PossibleValuesForRunbookState() []string + func PossibleValuesForRunbookTypeEnum() []string + func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRunbookID(input interface{}, key string) (warnings []string, errors []error) + type AutomationAccountId struct + AutomationAccountName string + ResourceGroupName string + SubscriptionId string + func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId + func ParseAutomationAccountID(input string) (*AutomationAccountId, error) + func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error) + func (id *AutomationAccountId) FromParseResult(input resourceids.ParseResult) error + func (id AutomationAccountId) ID() string + func (id AutomationAccountId) Segments() []resourceids.Segment + func (id AutomationAccountId) String() string + type ContentHash struct + Algorithm string + Value string + type ContentLink struct + ContentHash *ContentHash + Uri *string + Version *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Runbook + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetContentOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *Runbook + OData *odata.OData + type ListByAutomationAccountCompleteResult struct + Items []Runbook + LatestHttpResponse *http.Response + type ListByAutomationAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAutomationAccountCustomPager) NextPageLink() *odata.Link + type ListByAutomationAccountOperationResponse struct + HttpResponse *http.Response + Model *[]Runbook + OData *odata.OData + type PublishOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Runbook struct + Etag *string + Id *string + Location *string + Name *string + Properties *RunbookProperties + Tags *map[string]string + Type *string + type RunbookClient struct + Client *resourcemanager.Client + func NewRunbookClientWithBaseURI(sdkApi sdkEnv.Api) (*RunbookClient, error) + func (c RunbookClient) CreateOrUpdate(ctx context.Context, id RunbookId, input RunbookCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error) + func (c RunbookClient) Delete(ctx context.Context, id RunbookId) (result DeleteOperationResponse, err error) + func (c RunbookClient) Get(ctx context.Context, id RunbookId) (result GetOperationResponse, err error) + func (c RunbookClient) GetContent(ctx context.Context, id RunbookId) (result GetContentOperationResponse, err error) + func (c RunbookClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (result ListByAutomationAccountOperationResponse, err error) + func (c RunbookClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error) + func (c RunbookClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error) + func (c RunbookClient) Publish(ctx context.Context, id RunbookId) (result PublishOperationResponse, err error) + func (c RunbookClient) PublishThenPoll(ctx context.Context, id RunbookId) error + func (c RunbookClient) Update(ctx context.Context, id RunbookId, input RunbookUpdateParameters) (result UpdateOperationResponse, err error) + type RunbookCreateOrUpdateParameters struct + Location *string + Name *string + Properties RunbookCreateOrUpdateProperties + Tags *map[string]string + type RunbookCreateOrUpdateProperties struct + Description *string + Draft *RunbookDraft + LogActivityTrace *int64 + LogProgress *bool + LogVerbose *bool + PublishContentLink *ContentLink + RunbookType RunbookTypeEnum + type RunbookDraft struct + CreationTime *string + DraftContentLink *ContentLink + InEdit *bool + LastModifiedTime *string + OutputTypes *[]string + Parameters *map[string]RunbookParameter + func (o *RunbookDraft) GetCreationTimeAsTime() (*time.Time, error) + func (o *RunbookDraft) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *RunbookDraft) SetCreationTimeAsTime(input time.Time) + func (o *RunbookDraft) SetLastModifiedTimeAsTime(input time.Time) + 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 RunbookOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p RunbookOperationPredicate) Matches(input Runbook) bool + type RunbookParameter struct + DefaultValue *string + IsMandatory *bool + Position *int64 + Type *string + type RunbookProperties struct + CreationTime *string + Description *string + Draft *RunbookDraft + JobCount *int64 + LastModifiedBy *string + LastModifiedTime *string + LogActivityTrace *int64 + LogProgress *bool + LogVerbose *bool + OutputTypes *[]string + Parameters *map[string]RunbookParameter + ProvisioningState *RunbookProvisioningState + PublishContentLink *ContentLink + RunbookType *RunbookTypeEnum + State *RunbookState + func (o *RunbookProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *RunbookProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *RunbookProperties) SetCreationTimeAsTime(input time.Time) + func (o *RunbookProperties) SetLastModifiedTimeAsTime(input time.Time) + type RunbookProvisioningState string + const RunbookProvisioningStateSucceeded + func (s *RunbookProvisioningState) UnmarshalJSON(bytes []byte) error + type RunbookState string + const RunbookStateEdit + const RunbookStateNew + const RunbookStatePublished + func (s *RunbookState) UnmarshalJSON(bytes []byte) error + type RunbookTypeEnum string + const RunbookTypeEnumGraph + const RunbookTypeEnumGraphPowerShell + const RunbookTypeEnumGraphPowerShellWorkflow + const RunbookTypeEnumPowerShell + const RunbookTypeEnumPowerShellSevenTwo + const RunbookTypeEnumPowerShellWorkflow + const RunbookTypeEnumPythonThree + const RunbookTypeEnumPythonTwo + const RunbookTypeEnumScript + func (s *RunbookTypeEnum) UnmarshalJSON(bytes []byte) error + type RunbookUpdateParameters struct + Location *string + Name *string + Properties *RunbookUpdateProperties + Tags *map[string]string + type RunbookUpdateProperties struct + Description *string + LogActivityTrace *int64 + LogProgress *bool + LogVerbose *bool + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Runbook + OData *odata.OData