Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client query maintenance client
func NewWithQuery ¶
NewWithQuery create query maintenance client with query override
func (*Client) ApproveScheduledEvent ¶
ApproveScheduledEvent approves scheduled event
func (*Client) GetVMInstanceName ¶
GetVMInstanceName gets current vmss/availability set instance name
type ScheduledEvent ¶
type ScheduledEvent struct { EventId string `json:"EventId"` EventStatus string `json:"EventStatus"` EventType string `json:"EventType"` ResourceType string `json:"ResourceType"` Resources []string `json:"Resources"` NotBefore string `json:"NotBefore"` }
ScheduledEvent signifies each scheduled event
type ScheduledEventList ¶
type ScheduledEventList struct { DocumentIncarnation int `json:"DocumentIncarnation"` Events []ScheduledEvent `json:"Events"` }
ScheduledEventList list of scheduled events
Click to show internal directories.
Click to hide internal directories.