Lines Matching refs:AlertsClient

28 type AlertsClient struct {  struct
33 func NewAlertsClient(subscriptionID string) AlertsClient {
38 func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient {
39 return AlertsClient{NewWithBaseURI(baseURI, subscriptionID)}
46 func (client AlertsClient) Close(ctx context.Context, location string, alertName string, userParame…
69 func (client AlertsClient) ClosePreparer(ctx context.Context, location string, alertName string, us… argument
94 func (client AlertsClient) CloseSender(req *http.Request) (*http.Response, error) { argument
101 func (client AlertsClient) CloseResponder(resp *http.Response) (result Alert, err error) {
115 func (client AlertsClient) Get(ctx context.Context, location string, alertName string) (result Aler…
138 func (client AlertsClient) GetPreparer(ctx context.Context, location string, alertName string) (*ht… argument
160 func (client AlertsClient) GetSender(req *http.Request) (*http.Response, error) { argument
167 func (client AlertsClient) GetResponder(resp *http.Response) (result Alert, err error) {
181 func (client AlertsClient) List(ctx context.Context, location string, filter string) (result AlertL…
205 func (client AlertsClient) ListPreparer(ctx context.Context, location string, filter string) (*http… argument
229 func (client AlertsClient) ListSender(req *http.Request) (*http.Response, error) {
236 func (client AlertsClient) ListResponder(resp *http.Response) (result AlertList, err error) {
248 func (client AlertsClient) listNextResults(lastResults AlertList) (result AlertList, err error) {
269 func (client AlertsClient) ListComplete(ctx context.Context, location string, filter string) (resul… argument