startstopmanagedinstanceschedules

package
v0.20240214.1100807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/startstopmanagedinstanceschedules Documentation

The startstopmanagedinstanceschedules SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-02-01-preview).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/startstopmanagedinstanceschedules"

Client Initialization

client := startstopmanagedinstanceschedules.NewStartStopManagedInstanceSchedulesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: StartStopManagedInstanceSchedulesClient.CreateOrUpdate

ctx := context.TODO()
id := commonids.NewSqlManagedInstanceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue")

payload := startstopmanagedinstanceschedules.StartStopManagedInstanceSchedule{
	// ...
}


read, err := client.CreateOrUpdate(ctx, id, payload)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: StartStopManagedInstanceSchedulesClient.Delete

ctx := context.TODO()
id := commonids.NewSqlManagedInstanceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue")

read, err := client.Delete(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: StartStopManagedInstanceSchedulesClient.Get

ctx := context.TODO()
id := commonids.NewSqlManagedInstanceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue")

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: StartStopManagedInstanceSchedulesClient.ListByInstance

ctx := context.TODO()
id := commonids.NewSqlManagedInstanceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "managedInstanceValue")

// alternatively `client.ListByInstance(ctx, id)` can be used to do batched pagination
items, err := client.ListByInstanceComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

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 DayOfWeek

type DayOfWeek string
const (
	DayOfWeekFriday    DayOfWeek = "Friday"
	DayOfWeekMonday    DayOfWeek = "Monday"
	DayOfWeekSaturday  DayOfWeek = "Saturday"
	DayOfWeekSunday    DayOfWeek = "Sunday"
	DayOfWeekThursday  DayOfWeek = "Thursday"
	DayOfWeekTuesday   DayOfWeek = "Tuesday"
	DayOfWeekWednesday DayOfWeek = "Wednesday"
)

func (*DayOfWeek) UnmarshalJSON

func (s *DayOfWeek) UnmarshalJSON(bytes []byte) error

type DeleteOperationResponse

type DeleteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *StartStopManagedInstanceSchedule
}

type ListByInstanceCompleteResult

type ListByInstanceCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []StartStopManagedInstanceSchedule
}

type ListByInstanceOperationResponse

type ListByInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]StartStopManagedInstanceSchedule
}

type ScheduleItem

type ScheduleItem struct {
	StartDay  DayOfWeek `json:"startDay"`
	StartTime string    `json:"startTime"`
	StopDay   DayOfWeek `json:"stopDay"`
	StopTime  string    `json:"stopTime"`
}

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

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

CreateOrUpdate ...

func (StartStopManagedInstanceSchedulesClient) Delete

Delete ...

func (StartStopManagedInstanceSchedulesClient) Get

Get ...

func (StartStopManagedInstanceSchedulesClient) ListByInstance

ListByInstance ...

func (StartStopManagedInstanceSchedulesClient) ListByInstanceComplete

ListByInstanceComplete retrieves all the results into a single object

func (StartStopManagedInstanceSchedulesClient) ListByInstanceCompleteMatchingPredicate

ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL