Documentation ¶
Index ¶
- func PossibleValuesForDayOfWeek() []string
- type CreateOrUpdateOperationResponse
- type DayOfWeek
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceCustomPager
- type ListByInstanceOperationResponse
- type ScheduleItem
- type StartStopManagedInstanceSchedule
- type StartStopManagedInstanceScheduleOperationPredicate
- type StartStopManagedInstanceScheduleProperties
- type StartStopManagedInstanceSchedulesClient
- func (c StartStopManagedInstanceSchedulesClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c StartStopManagedInstanceSchedulesClient) Delete(ctx context.Context, id commonids.SqlManagedInstanceId) (result DeleteOperationResponse, err error)
- func (c StartStopManagedInstanceSchedulesClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
- func (c StartStopManagedInstanceSchedulesClient) ListByInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c StartStopManagedInstanceSchedulesClient) ListByInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c StartStopManagedInstanceSchedulesClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForDayOfWeek ¶
func PossibleValuesForDayOfWeek() []string
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *StartStopManagedInstanceSchedule }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *StartStopManagedInstanceSchedule }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct { LatestHttpResponse *http.Response Items []StartStopManagedInstanceSchedule }
type ListByInstanceCustomPager ¶ added in v0.20240628.1153531
func (*ListByInstanceCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByInstanceCustomPager) NextPageLink() *odata.Link
type ListByInstanceOperationResponse ¶
type ListByInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]StartStopManagedInstanceSchedule }
type ScheduleItem ¶
type StartStopManagedInstanceSchedule ¶
type StartStopManagedInstanceSchedule struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *StartStopManagedInstanceScheduleProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type StartStopManagedInstanceScheduleOperationPredicate ¶
type StartStopManagedInstanceScheduleOperationPredicate struct { Id *string Name *string Type *string }
func (StartStopManagedInstanceScheduleOperationPredicate) Matches ¶
func (p StartStopManagedInstanceScheduleOperationPredicate) Matches(input StartStopManagedInstanceSchedule) bool
type StartStopManagedInstanceScheduleProperties ¶
type StartStopManagedInstanceScheduleProperties struct { Description *string `json:"description,omitempty"` NextExecutionTime *string `json:"nextExecutionTime,omitempty"` NextRunAction *string `json:"nextRunAction,omitempty"` ScheduleList []ScheduleItem `json:"scheduleList"` TimeZoneId *string `json:"timeZoneId,omitempty"` }
type StartStopManagedInstanceSchedulesClient ¶
type StartStopManagedInstanceSchedulesClient struct {
Client *resourcemanager.Client
}
func NewStartStopManagedInstanceSchedulesClientWithBaseURI ¶
func NewStartStopManagedInstanceSchedulesClientWithBaseURI(sdkApi sdkEnv.Api) (*StartStopManagedInstanceSchedulesClient, error)
func (StartStopManagedInstanceSchedulesClient) CreateOrUpdate ¶
func (c StartStopManagedInstanceSchedulesClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, input StartStopManagedInstanceSchedule) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (StartStopManagedInstanceSchedulesClient) Delete ¶
func (c StartStopManagedInstanceSchedulesClient) Delete(ctx context.Context, id commonids.SqlManagedInstanceId) (result DeleteOperationResponse, err error)
Delete ...
func (StartStopManagedInstanceSchedulesClient) Get ¶
func (c StartStopManagedInstanceSchedulesClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (StartStopManagedInstanceSchedulesClient) ListByInstance ¶
func (c StartStopManagedInstanceSchedulesClient) ListByInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (StartStopManagedInstanceSchedulesClient) ListByInstanceComplete ¶
func (c StartStopManagedInstanceSchedulesClient) ListByInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (StartStopManagedInstanceSchedulesClient) ListByInstanceCompleteMatchingPredicate ¶
func (c StartStopManagedInstanceSchedulesClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, predicate StartStopManagedInstanceScheduleOperationPredicate) (result ListByInstanceCompleteResult, err error)
ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.