Lines Matching refs:AlertsClient

18 type AlertsClient struct {  struct
23 func NewAlertsClient(subscriptionID string) AlertsClient {
29 func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient {
30 return AlertsClient{NewWithBaseURI(baseURI, subscriptionID)}
51 func (client AlertsClient) Dismiss(ctx context.Context, scope string, alertID string, parameters Di…
85 func (client AlertsClient) DismissPreparer(ctx context.Context, scope string, alertID string, param… argument
108 func (client AlertsClient) DismissSender(req *http.Request) (*http.Response, error) { argument
114 func (client AlertsClient) DismissResponder(resp *http.Response) (result Alert, err error) { argument
141 func (client AlertsClient) Get(ctx context.Context, scope string, alertID string) (result Alert, er…
175 func (client AlertsClient) GetPreparer(ctx context.Context, scope string, alertID string) (*http.Re… argument
196 func (client AlertsClient) GetSender(req *http.Request) (*http.Response, error) { argument
202 func (client AlertsClient) GetResponder(resp *http.Response) (result Alert, err error) { argument
228 func (client AlertsClient) List(ctx context.Context, scope string) (result AlertsResult, err error)…
262 func (client AlertsClient) ListPreparer(ctx context.Context, scope string) (*http.Request, error) { argument
282 func (client AlertsClient) ListSender(req *http.Request) (*http.Response, error) { argument
288 func (client AlertsClient) ListResponder(resp *http.Response) (result AlertsResult, err error) { argument
305 func (client AlertsClient) ListExternal(ctx context.Context, externalCloudProviderType ExternalClou…
339 func (client AlertsClient) ListExternalPreparer(ctx context.Context, externalCloudProviderType Exte… argument
360 func (client AlertsClient) ListExternalSender(req *http.Request) (*http.Response, error) { argument
366 func (client AlertsClient) ListExternalResponder(resp *http.Response) (result AlertsResult, err err… argument