Lines Matching refs:ScheduleClient

29 type ScheduleClient struct {  struct
34 func NewScheduleClient(subscriptionID string) ScheduleClient {
39 func NewScheduleClientWithBaseURI(baseURI string, subscriptionID string) ScheduleClient {
40 return ScheduleClient{NewWithBaseURI(baseURI, subscriptionID)}
49 func (client ScheduleClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, automati…
84 func (client ScheduleClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, … argument
109 func (client ScheduleClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
116 func (client ScheduleClient) CreateOrUpdateResponder(resp *http.Response) (result Schedule, err err…
132 func (client ScheduleClient) Delete(ctx context.Context, resourceGroupName string, automationAccoun…
163 func (client ScheduleClient) DeletePreparer(ctx context.Context, resourceGroupName string, automati… argument
186 func (client ScheduleClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
193 func (client ScheduleClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er…
208 func (client ScheduleClient) Get(ctx context.Context, resourceGroupName string, automationAccountNa…
239 func (client ScheduleClient) GetPreparer(ctx context.Context, resourceGroupName string, automationA… argument
262 func (client ScheduleClient) GetSender(req *http.Request) (*http.Response, error) { argument
269 func (client ScheduleClient) GetResponder(resp *http.Response) (result Schedule, err error) {
284 func (client ScheduleClient) ListByAutomationAccount(ctx context.Context, resourceGroupName string,…
316 func (client ScheduleClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGroupName… argument
338 func (client ScheduleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, erro…
345 func (client ScheduleClient) ListByAutomationAccountResponder(resp *http.Response) (result Schedule…
357 func (client ScheduleClient) listByAutomationAccountNextResults(lastResults ScheduleListResult) (re…
378 func (client ScheduleClient) ListByAutomationAccountComplete(ctx context.Context, resourceGroupName…
389 func (client ScheduleClient) Update(ctx context.Context, resourceGroupName string, automationAccoun…
420 func (client ScheduleClient) UpdatePreparer(ctx context.Context, resourceGroupName string, automati… argument
445 func (client ScheduleClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
452 func (client ScheduleClient) UpdateResponder(resp *http.Response) (result Schedule, err error) { argument