Documentation ¶
Index ¶
- type Azure
- func (a *Azure) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (a *Azure) DeleteServer(id string, args automation.ServerArgs) error
- func (a *Azure) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (a *Azure) ListServer() ([]automation.ResourceResults, error)
- func (a *Azure) UpdateServer(id string, args automation.ServerArgs) error
- func (a *Azure) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
type Azure struct {
// contains filtered or unexported fields
}
func (*Azure) CreateServer ¶
func (a *Azure) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Azure) DeleteServer ¶
func (a *Azure) DeleteServer(id string, args automation.ServerArgs) error
func (*Azure) GetServer ¶
func (a *Azure) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Azure) ListServer ¶
func (a *Azure) ListServer() ([]automation.ResourceResults, error)
func (*Azure) UpdateServer ¶
func (a *Azure) UpdateServer(id string, args automation.ServerArgs) error
func (*Azure) UploadPlugin ¶
func (a *Azure) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.