Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIKeysClientAPI ¶
type APIKeysClientAPI interface { GetDefaultKey(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.APIKey, err error) List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.APIKeyListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.APIKeyListResponseIterator, err error) SetDefaultKey(ctx context.Context, resourceGroupName string, monitorName string, body *datadog.APIKey) (result autorest.Response, err error) }
APIKeysClientAPI contains the set of methods on the APIKeysClient type.
type HostsClientAPI ¶
type HostsClientAPI interface { List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.HostListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.HostListResponseIterator, err error) }
HostsClientAPI contains the set of methods on the HostsClient type.
type LinkedResourcesClientAPI ¶
type LinkedResourcesClientAPI interface { List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.LinkedResourceListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.LinkedResourceListResponseIterator, err error) }
LinkedResourcesClientAPI contains the set of methods on the LinkedResourcesClient type.
type MarketplaceAgreementsClientAPI ¶
type MarketplaceAgreementsClientAPI interface { Create(ctx context.Context, body *datadog.AgreementResource) (result datadog.AgreementResource, err error) List(ctx context.Context) (result datadog.AgreementResourceListResponsePage, err error) ListComplete(ctx context.Context) (result datadog.AgreementResourceListResponseIterator, err error) }
MarketplaceAgreementsClientAPI contains the set of methods on the MarketplaceAgreementsClient type.
type MonitoredResourcesClientAPI ¶
type MonitoredResourcesClientAPI interface { List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitoredResourceListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitoredResourceListResponseIterator, err error) }
MonitoredResourcesClientAPI contains the set of methods on the MonitoredResourcesClient type.
type MonitorsClientAPI ¶
type MonitorsClientAPI interface { Create(ctx context.Context, resourceGroupName string, monitorName string, body *datadog.MonitorResource) (result datadog.MonitorsCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitorsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitorResource, err error) List(ctx context.Context) (result datadog.MonitorResourceListResponsePage, err error) ListComplete(ctx context.Context) (result datadog.MonitorResourceListResponseIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result datadog.MonitorResourceListResponsePage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result datadog.MonitorResourceListResponseIterator, err error) Update(ctx context.Context, resourceGroupName string, monitorName string, body *datadog.MonitorResourceUpdateParameters) (result datadog.MonitorResource, err error) }
MonitorsClientAPI contains the set of methods on the MonitorsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result datadog.OperationListResultPage, err error) ListComplete(ctx context.Context) (result datadog.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type RefreshSetPasswordClientAPI ¶
type RefreshSetPasswordClientAPI interface {
Get(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.SetPasswordLink, err error)
}
RefreshSetPasswordClientAPI contains the set of methods on the RefreshSetPasswordClient type.
type SingleSignOnConfigurationsClientAPI ¶
type SingleSignOnConfigurationsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, monitorName string, configurationName string, body *datadog.SingleSignOnResource) (result datadog.SingleSignOnConfigurationsCreateOrUpdateFuture, err error) Get(ctx context.Context, resourceGroupName string, monitorName string, configurationName string) (result datadog.SingleSignOnResource, err error) List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.SingleSignOnResourceListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.SingleSignOnResourceListResponseIterator, err error) }
SingleSignOnConfigurationsClientAPI contains the set of methods on the SingleSignOnConfigurationsClient type.
type TagRulesClientAPI ¶
type TagRulesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, monitorName string, ruleSetName string, body *datadog.MonitoringTagRules) (result datadog.MonitoringTagRules, err error) Get(ctx context.Context, resourceGroupName string, monitorName string, ruleSetName string) (result datadog.MonitoringTagRules, err error) List(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitoringTagRulesListResponsePage, err error) ListComplete(ctx context.Context, resourceGroupName string, monitorName string) (result datadog.MonitoringTagRulesListResponseIterator, err error) }
TagRulesClientAPI contains the set of methods on the TagRulesClient type.