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 PossibleValuesForCheckNameAvailabilityReason() []string + func PossibleValuesForDaysOfWeek() []string + func PossibleValuesForFileFormat() []string + func PossibleValuesForScheduleFrequency() []string + func PossibleValuesForScheduledActionKind() []string + func PossibleValuesForScheduledActionStatus() []string + func PossibleValuesForWeeksOfMonth() []string + func ValidateScheduledActionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateScopedScheduledActionID(input interface{}, key string) (warnings []string, errors []error) + type CheckNameAvailabilityByScopeOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResponse + OData *odata.OData + type CheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResponse + OData *odata.OData + type CheckNameAvailabilityReason string + const CheckNameAvailabilityReasonAlreadyExists + const CheckNameAvailabilityReasonInvalid + func (s *CheckNameAvailabilityReason) UnmarshalJSON(bytes []byte) error + type CheckNameAvailabilityRequest struct + Name *string + Type *string + type CheckNameAvailabilityResponse struct + Message *string + NameAvailable *bool + Reason *CheckNameAvailabilityReason + type CreateOrUpdateByScopeOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateByScopeOperationOptions() CreateOrUpdateByScopeOperationOptions + func (o CreateOrUpdateByScopeOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateByScopeOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateByScopeOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateByScopeOperationResponse struct + HttpResponse *http.Response + Model *ScheduledAction + OData *odata.OData + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ScheduledAction + OData *odata.OData + type DaysOfWeek string + const DaysOfWeekFriday + const DaysOfWeekMonday + const DaysOfWeekSaturday + const DaysOfWeekSunday + const DaysOfWeekThursday + const DaysOfWeekTuesday + const DaysOfWeekWednesday + func (s *DaysOfWeek) UnmarshalJSON(bytes []byte) error + type DeleteByScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type FileDestination struct + FileFormats *[]FileFormat + type FileFormat string + const FileFormatCsv + func (s *FileFormat) UnmarshalJSON(bytes []byte) error + type GetByScopeOperationResponse struct + HttpResponse *http.Response + Model *ScheduledAction + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ScheduledAction + OData *odata.OData + type ListByScopeCompleteResult struct + Items []ScheduledAction + LatestHttpResponse *http.Response + type ListByScopeCustomPager struct + NextLink *odata.Link + func (p *ListByScopeCustomPager) NextPageLink() *odata.Link + type ListByScopeOperationOptions struct + Filter *string + func DefaultListByScopeOperationOptions() ListByScopeOperationOptions + func (o ListByScopeOperationOptions) ToHeaders() *client.Headers + func (o ListByScopeOperationOptions) ToOData() *odata.Query + func (o ListByScopeOperationOptions) ToQuery() *client.QueryParams + type ListByScopeOperationResponse struct + HttpResponse *http.Response + Model *[]ScheduledAction + OData *odata.OData + type ListCompleteResult struct + Items []ScheduledAction + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Filter *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ScheduledAction + OData *odata.OData + type NotificationProperties struct + Language *string + Message *string + RegionalFormat *string + Subject string + To []string + type RunByScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type RunOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ScheduleFrequency string + const ScheduleFrequencyDaily + const ScheduleFrequencyMonthly + const ScheduleFrequencyWeekly + func (s *ScheduleFrequency) UnmarshalJSON(bytes []byte) error + type ScheduleProperties struct + DayOfMonth *int64 + DaysOfWeek *[]DaysOfWeek + EndDate string + Frequency ScheduleFrequency + HourOfDay *int64 + StartDate string + WeeksOfMonth *[]WeeksOfMonth + func (o *ScheduleProperties) GetEndDateAsTime() (*time.Time, error) + func (o *ScheduleProperties) GetStartDateAsTime() (*time.Time, error) + func (o *ScheduleProperties) SetEndDateAsTime(input time.Time) + func (o *ScheduleProperties) SetStartDateAsTime(input time.Time) + type ScheduledAction struct + ETag *string + Id *string + Kind *ScheduledActionKind + Name *string + Properties *ScheduledActionProperties + SystemData *systemdata.SystemData + Type *string + type ScheduledActionId struct + ScheduledActionName string + func NewScheduledActionID(scheduledActionName string) ScheduledActionId + func ParseScheduledActionID(input string) (*ScheduledActionId, error) + func ParseScheduledActionIDInsensitively(input string) (*ScheduledActionId, error) + func (id *ScheduledActionId) FromParseResult(input resourceids.ParseResult) error + func (id ScheduledActionId) ID() string + func (id ScheduledActionId) Segments() []resourceids.Segment + func (id ScheduledActionId) String() string + type ScheduledActionKind string + const ScheduledActionKindEmail + const ScheduledActionKindInsightAlert + func (s *ScheduledActionKind) UnmarshalJSON(bytes []byte) error + type ScheduledActionOperationPredicate struct + ETag *string + Id *string + Name *string + Type *string + func (p ScheduledActionOperationPredicate) Matches(input ScheduledAction) bool + type ScheduledActionProperties struct + DisplayName string + FileDestination *FileDestination + Notification NotificationProperties + NotificationEmail *string + Schedule ScheduleProperties + Scope *string + Status ScheduledActionStatus + ViewId string + type ScheduledActionStatus string + const ScheduledActionStatusDisabled + const ScheduledActionStatusEnabled + const ScheduledActionStatusExpired + func (s *ScheduledActionStatus) UnmarshalJSON(bytes []byte) error + type ScheduledActionsClient struct + Client *resourcemanager.Client + func NewScheduledActionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ScheduledActionsClient, error) + func (c ScheduledActionsClient) CheckNameAvailability(ctx context.Context, input CheckNameAvailabilityRequest) (result CheckNameAvailabilityOperationResponse, err error) + func (c ScheduledActionsClient) CheckNameAvailabilityByScope(ctx context.Context, id commonids.ScopeId, input CheckNameAvailabilityRequest) (result CheckNameAvailabilityByScopeOperationResponse, err error) + func (c ScheduledActionsClient) CreateOrUpdate(ctx context.Context, id ScheduledActionId, input ScheduledAction, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ScheduledActionsClient) CreateOrUpdateByScope(ctx context.Context, id ScopedScheduledActionId, input ScheduledAction, ...) (result CreateOrUpdateByScopeOperationResponse, err error) + func (c ScheduledActionsClient) Delete(ctx context.Context, id ScheduledActionId) (result DeleteOperationResponse, err error) + func (c ScheduledActionsClient) DeleteByScope(ctx context.Context, id ScopedScheduledActionId) (result DeleteByScopeOperationResponse, err error) + func (c ScheduledActionsClient) Get(ctx context.Context, id ScheduledActionId) (result GetOperationResponse, err error) + func (c ScheduledActionsClient) GetByScope(ctx context.Context, id ScopedScheduledActionId) (result GetByScopeOperationResponse, err error) + func (c ScheduledActionsClient) List(ctx context.Context, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ScheduledActionsClient) ListByScope(ctx context.Context, id commonids.ScopeId, options ListByScopeOperationOptions) (result ListByScopeOperationResponse, err error) + func (c ScheduledActionsClient) ListByScopeComplete(ctx context.Context, id commonids.ScopeId, options ListByScopeOperationOptions) (ListByScopeCompleteResult, error) + func (c ScheduledActionsClient) ListByScopeCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options ListByScopeOperationOptions, ...) (result ListByScopeCompleteResult, err error) + func (c ScheduledActionsClient) ListComplete(ctx context.Context, options ListOperationOptions) (ListCompleteResult, error) + func (c ScheduledActionsClient) ListCompleteMatchingPredicate(ctx context.Context, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ScheduledActionsClient) Run(ctx context.Context, id ScheduledActionId) (result RunOperationResponse, err error) + func (c ScheduledActionsClient) RunByScope(ctx context.Context, id ScopedScheduledActionId) (result RunByScopeOperationResponse, err error) + type ScopedScheduledActionId struct + ScheduledActionName string + Scope string + func NewScopedScheduledActionID(scope string, scheduledActionName string) ScopedScheduledActionId + func ParseScopedScheduledActionID(input string) (*ScopedScheduledActionId, error) + func ParseScopedScheduledActionIDInsensitively(input string) (*ScopedScheduledActionId, error) + func (id *ScopedScheduledActionId) FromParseResult(input resourceids.ParseResult) error + func (id ScopedScheduledActionId) ID() string + func (id ScopedScheduledActionId) Segments() []resourceids.Segment + func (id ScopedScheduledActionId) String() string + type WeeksOfMonth string + const WeeksOfMonthFirst + const WeeksOfMonthFourth + const WeeksOfMonthLast + const WeeksOfMonthSecond + const WeeksOfMonthThird + func (s *WeeksOfMonth) UnmarshalJSON(bytes []byte) error