Documentation ¶
Overview ¶
Package insights implements the Azure ARM Insights service API version 2015-05-01.
Composite Swagger for Application Insights Management Client
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIKeyRequest
- type APIKeysClient
- func (client APIKeysClient) Create(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) CreatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client APIKeysClient) CreateResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client APIKeysClient) Delete(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client APIKeysClient) DeleteResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client APIKeysClient) Get(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client APIKeysClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
- func (client APIKeysClient) GetSender(req *http.Request) (*http.Response, error)
- func (client APIKeysClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentAPIKeyListResult, err error)
- func (client APIKeysClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client APIKeysClient) ListResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKeyListResult, err error)
- func (client APIKeysClient) ListSender(req *http.Request) (*http.Response, error)
- type ApplicationInsightsComponent
- type ApplicationInsightsComponentAPIKey
- type ApplicationInsightsComponentAPIKeyListResult
- type ApplicationInsightsComponentAvailableFeatures
- type ApplicationInsightsComponentBillingFeatures
- type ApplicationInsightsComponentDataVolumeCap
- type ApplicationInsightsComponentExportConfiguration
- type ApplicationInsightsComponentExportRequest
- type ApplicationInsightsComponentFeature
- type ApplicationInsightsComponentFeatureCapabilities
- type ApplicationInsightsComponentFeatureCapability
- type ApplicationInsightsComponentListResult
- type ApplicationInsightsComponentListResultIterator
- func (iter *ApplicationInsightsComponentListResultIterator) Next() error
- func (iter ApplicationInsightsComponentListResultIterator) NotDone() bool
- func (iter ApplicationInsightsComponentListResultIterator) Response() ApplicationInsightsComponentListResult
- func (iter ApplicationInsightsComponentListResultIterator) Value() ApplicationInsightsComponent
- type ApplicationInsightsComponentListResultPage
- func (page *ApplicationInsightsComponentListResultPage) Next() error
- func (page ApplicationInsightsComponentListResultPage) NotDone() bool
- func (page ApplicationInsightsComponentListResultPage) Response() ApplicationInsightsComponentListResult
- func (page ApplicationInsightsComponentListResultPage) Values() []ApplicationInsightsComponent
- type ApplicationInsightsComponentProactiveDetectionConfiguration
- type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
- type ApplicationInsightsComponentProperties
- type ApplicationInsightsComponentQuotaStatus
- type ApplicationType
- type BaseClient
- type ComponentAvailableFeaturesClient
- func (client ComponentAvailableFeaturesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentAvailableFeatures, err error)
- func (client ComponentAvailableFeaturesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentAvailableFeaturesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentAvailableFeatures, err error)
- func (client ComponentAvailableFeaturesClient) GetSender(req *http.Request) (*http.Response, error)
- type ComponentCurrentBillingFeaturesClient
- func (client ComponentCurrentBillingFeaturesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentBillingFeatures, err error)
- func (client ComponentCurrentBillingFeaturesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentCurrentBillingFeaturesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentBillingFeatures, err error)
- func (client ComponentCurrentBillingFeaturesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ComponentCurrentBillingFeaturesClient) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentBillingFeatures, err error)
- func (client ComponentCurrentBillingFeaturesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ComponentCurrentBillingFeaturesClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentBillingFeatures, err error)
- func (client ComponentCurrentBillingFeaturesClient) UpdateSender(req *http.Request) (*http.Response, error)
- type ComponentFeatureCapabilitiesClient
- func (client ComponentFeatureCapabilitiesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentFeatureCapabilities, err error)
- func (client ComponentFeatureCapabilitiesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentFeatureCapabilitiesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentFeatureCapabilities, err error)
- func (client ComponentFeatureCapabilitiesClient) GetSender(req *http.Request) (*http.Response, error)
- type ComponentQuotaStatusClient
- func (client ComponentQuotaStatusClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentQuotaStatus, err error)
- func (client ComponentQuotaStatusClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentQuotaStatusClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentQuotaStatus, err error)
- func (client ComponentQuotaStatusClient) GetSender(req *http.Request) (*http.Response, error)
- type ComponentsClient
- func (client ComponentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ComponentsClient) CreateOrUpdateResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client ComponentsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error)
- func (client ComponentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client ComponentsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ComponentsClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ComponentsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ComponentsClient) List(ctx context.Context) (result ApplicationInsightsComponentListResultPage, err error)
- func (client ComponentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ApplicationInsightsComponentListResultPage, err error)
- func (client ComponentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ApplicationInsightsComponentListResultIterator, err error)
- func (client ComponentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client ComponentsClient) ListByResourceGroupResponder(resp *http.Response) (result ApplicationInsightsComponentListResult, err error)
- func (client ComponentsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client ComponentsClient) ListComplete(ctx context.Context) (result ApplicationInsightsComponentListResultIterator, err error)
- func (client ComponentsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client ComponentsClient) ListResponder(resp *http.Response) (result ApplicationInsightsComponentListResult, err error)
- func (client ComponentsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client ComponentsClient) UpdateTags(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ComponentsClient) UpdateTagsResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
- func (client ComponentsClient) UpdateTagsSender(req *http.Request) (*http.Response, error)
- type ErrorResponse
- type ExportConfigurationsClient
- func (client ExportConfigurationsClient) Create(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ListApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) CreatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ExportConfigurationsClient) CreateResponder(resp *http.Response) (result ListApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) CreateSender(req *http.Request) (*http.Response, error)
- func (client ExportConfigurationsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ExportConfigurationsClient) DeleteResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client ExportConfigurationsClient) Get(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ExportConfigurationsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ExportConfigurationsClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ListApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ExportConfigurationsClient) ListResponder(resp *http.Response) (result ListApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client ExportConfigurationsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ExportConfigurationsClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
- func (client ExportConfigurationsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type FlowType
- type ListApplicationInsightsComponentExportConfiguration
- type ListApplicationInsightsComponentProactiveDetectionConfiguration
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
- func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
- func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
- func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
- type ProactiveDetectionConfigurationsClient
- func (client ProactiveDetectionConfigurationsClient) Get(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
- func (client ProactiveDetectionConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ProactiveDetectionConfigurationsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
- func (client ProactiveDetectionConfigurationsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client ProactiveDetectionConfigurationsClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ListApplicationInsightsComponentProactiveDetectionConfiguration, ...)
- func (client ProactiveDetectionConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
- func (client ProactiveDetectionConfigurationsClient) ListResponder(resp *http.Response) (result ListApplicationInsightsComponentProactiveDetectionConfiguration, ...)
- func (client ProactiveDetectionConfigurationsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client ProactiveDetectionConfigurationsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
- func (client ProactiveDetectionConfigurationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error)
- func (client ProactiveDetectionConfigurationsClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
- func (client ProactiveDetectionConfigurationsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type RequestSource
- type Resource
- type TagsResource
- type WebTest
- type WebTestGeolocation
- type WebTestKind
- type WebTestListResult
- type WebTestListResultIterator
- type WebTestListResultPage
- type WebTestProperties
- type WebTestPropertiesConfiguration
- type WebTestsClient
- func (client WebTestsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, webTestName string, ...) (result WebTest, err error)
- func (client WebTestsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, webTestName string, ...) (*http.Request, error)
- func (client WebTestsClient) CreateOrUpdateResponder(resp *http.Response) (result WebTest, err error)
- func (client WebTestsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client WebTestsClient) Delete(ctx context.Context, resourceGroupName string, webTestName string) (result autorest.Response, err error)
- func (client WebTestsClient) DeletePreparer(ctx context.Context, resourceGroupName string, webTestName string) (*http.Request, error)
- func (client WebTestsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client WebTestsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client WebTestsClient) Get(ctx context.Context, resourceGroupName string, webTestName string) (result WebTest, err error)
- func (client WebTestsClient) GetPreparer(ctx context.Context, resourceGroupName string, webTestName string) (*http.Request, error)
- func (client WebTestsClient) GetResponder(resp *http.Response) (result WebTest, err error)
- func (client WebTestsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client WebTestsClient) List(ctx context.Context) (result WebTestListResultPage, err error)
- func (client WebTestsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result WebTestListResultPage, err error)
- func (client WebTestsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result WebTestListResultIterator, err error)
- func (client WebTestsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client WebTestsClient) ListByResourceGroupResponder(resp *http.Response) (result WebTestListResult, err error)
- func (client WebTestsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client WebTestsClient) ListComplete(ctx context.Context) (result WebTestListResultIterator, err error)
- func (client WebTestsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client WebTestsClient) ListResponder(resp *http.Response) (result WebTestListResult, err error)
- func (client WebTestsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client WebTestsClient) UpdateTags(ctx context.Context, resourceGroupName string, webTestName string, ...) (result WebTest, err error)
- func (client WebTestsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, webTestName string, ...) (*http.Request, error)
- func (client WebTestsClient) UpdateTagsResponder(resp *http.Response) (result WebTest, err error)
- func (client WebTestsClient) UpdateTagsSender(req *http.Request) (*http.Response, error)
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Insights
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type APIKeyRequest ¶
type APIKeyRequest struct { // Name - The name of the API Key. Name *string `json:"name,omitempty"` // LinkedReadProperties - The read access rights of this API Key. LinkedReadProperties *[]string `json:"linkedReadProperties,omitempty"` // LinkedWriteProperties - The write access rights of this API Key. LinkedWriteProperties *[]string `json:"linkedWriteProperties,omitempty"` }
APIKeyRequest an Application Insights component API Key createion request definition.
type APIKeysClient ¶
type APIKeysClient struct {
BaseClient
}
APIKeysClient is the composite Swagger for Application Insights Management Client
func NewAPIKeysClient ¶
func NewAPIKeysClient(subscriptionID string) APIKeysClient
NewAPIKeysClient creates an instance of the APIKeysClient client.
func NewAPIKeysClientWithBaseURI ¶
func NewAPIKeysClientWithBaseURI(baseURI string, subscriptionID string) APIKeysClient
NewAPIKeysClientWithBaseURI creates an instance of the APIKeysClient client.
func (APIKeysClient) Create ¶
func (client APIKeysClient) Create(ctx context.Context, resourceGroupName string, resourceName string, APIKeyProperties APIKeyRequest) (result ApplicationInsightsComponentAPIKey, err error)
Create create an API Key of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. APIKeyProperties is properties that need to be specified to create an API key of a Application Insights component.
func (APIKeysClient) CreatePreparer ¶
func (client APIKeysClient) CreatePreparer(ctx context.Context, resourceGroupName string, resourceName string, APIKeyProperties APIKeyRequest) (*http.Request, error)
CreatePreparer prepares the Create request.
func (APIKeysClient) CreateResponder ¶
func (client APIKeysClient) CreateResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (APIKeysClient) CreateSender ¶
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (APIKeysClient) Delete ¶
func (client APIKeysClient) Delete(ctx context.Context, resourceGroupName string, resourceName string, keyID string) (result ApplicationInsightsComponentAPIKey, err error)
Delete delete an API Key of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. keyID is the API Key ID. This is unique within a Application Insights component.
func (APIKeysClient) DeletePreparer ¶
func (client APIKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string, keyID string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (APIKeysClient) DeleteResponder ¶
func (client APIKeysClient) DeleteResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (APIKeysClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (APIKeysClient) Get ¶
func (client APIKeysClient) Get(ctx context.Context, resourceGroupName string, resourceName string, keyID string) (result ApplicationInsightsComponentAPIKey, err error)
Get get the API Key for this key id.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. keyID is the API Key ID. This is unique within a Application Insights component.
func (APIKeysClient) GetPreparer ¶
func (client APIKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, keyID string) (*http.Request, error)
GetPreparer prepares the Get request.
func (APIKeysClient) GetResponder ¶
func (client APIKeysClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKey, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (APIKeysClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (APIKeysClient) List ¶
func (client APIKeysClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentAPIKeyListResult, err error)
List gets a list of API keys of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (APIKeysClient) ListPreparer ¶
func (client APIKeysClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (APIKeysClient) ListResponder ¶
func (client APIKeysClient) ListResponder(resp *http.Response) (result ApplicationInsightsComponentAPIKeyListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (APIKeysClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type ApplicationInsightsComponent ¶
type ApplicationInsightsComponent struct { autorest.Response `json:"-"` // Kind - The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone. Kind *string `json:"kind,omitempty"` // ApplicationInsightsComponentProperties - Properties that define an Application Insights component resource. *ApplicationInsightsComponentProperties `json:"properties,omitempty"` // ID - Azure resource Id ID *string `json:"id,omitempty"` // Name - Azure resource name Name *string `json:"name,omitempty"` // Type - Azure resource type Type *string `json:"type,omitempty"` // Location - Resource location Location *string `json:"location,omitempty"` // Tags - Resource tags Tags map[string]*string `json:"tags"` }
ApplicationInsightsComponent an Application Insights component definition.
func (ApplicationInsightsComponent) MarshalJSON ¶
func (aic ApplicationInsightsComponent) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ApplicationInsightsComponent.
func (*ApplicationInsightsComponent) UnmarshalJSON ¶
func (aic *ApplicationInsightsComponent) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ApplicationInsightsComponent struct.
type ApplicationInsightsComponentAPIKey ¶
type ApplicationInsightsComponentAPIKey struct { autorest.Response `json:"-"` // ID - The unique ID of the API key inside an Applciation Insights component. It is auto generated when the API key is created. ID *string `json:"id,omitempty"` // APIKey - The API key value. It will be only return once when the API Key was created. APIKey *string `json:"apiKey,omitempty"` // CreatedDate - The create date of this API key. CreatedDate *string `json:"createdDate,omitempty"` // Name - The name of the API key. Name *string `json:"name,omitempty"` // LinkedReadProperties - The read access rights of this API Key. LinkedReadProperties *[]string `json:"linkedReadProperties,omitempty"` // LinkedWriteProperties - The write access rights of this API Key. LinkedWriteProperties *[]string `json:"linkedWriteProperties,omitempty"` }
ApplicationInsightsComponentAPIKey properties that define an API key of an Application Insights Component.
type ApplicationInsightsComponentAPIKeyListResult ¶
type ApplicationInsightsComponentAPIKeyListResult struct { autorest.Response `json:"-"` // Value - List of API Key definitions. Value *[]ApplicationInsightsComponentAPIKey `json:"value,omitempty"` }
ApplicationInsightsComponentAPIKeyListResult describes the list of API Keys of an Application Insights Component.
type ApplicationInsightsComponentAvailableFeatures ¶
type ApplicationInsightsComponentAvailableFeatures struct { autorest.Response `json:"-"` // Result - A list of Application Insigths component feature. Result *[]ApplicationInsightsComponentFeature `json:"Result,omitempty"` }
ApplicationInsightsComponentAvailableFeatures an Application Insights component available features.
type ApplicationInsightsComponentBillingFeatures ¶
type ApplicationInsightsComponentBillingFeatures struct { autorest.Response `json:"-"` // DataVolumeCap - An Application Insights component daily data volumne cap DataVolumeCap *ApplicationInsightsComponentDataVolumeCap `json:"DataVolumeCap,omitempty"` // CurrentBillingFeatures - Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. CurrentBillingFeatures *[]string `json:"CurrentBillingFeatures,omitempty"` }
ApplicationInsightsComponentBillingFeatures an Application Insights component billing features
type ApplicationInsightsComponentDataVolumeCap ¶
type ApplicationInsightsComponentDataVolumeCap struct { // Cap - Daily data volume cap in GB. Cap *float64 `json:"Cap,omitempty"` // ResetTime - Daily data volume cap UTC reset hour. ResetTime *int32 `json:"ResetTime,omitempty"` // WarningThreshold - Reserved, not used for now. WarningThreshold *int32 `json:"WarningThreshold,omitempty"` // StopSendNotificationWhenHitThreshold - Reserved, not used for now. StopSendNotificationWhenHitThreshold *bool `json:"StopSendNotificationWhenHitThreshold,omitempty"` // StopSendNotificationWhenHitCap - Do not send a notification email when the daily data volume cap is met. StopSendNotificationWhenHitCap *bool `json:"StopSendNotificationWhenHitCap,omitempty"` // MaxHistoryCap - Maximum daily data volume cap that the user can set for this component. MaxHistoryCap *float64 `json:"MaxHistoryCap,omitempty"` }
ApplicationInsightsComponentDataVolumeCap an Application Insights component daily data volumne cap
type ApplicationInsightsComponentExportConfiguration ¶
type ApplicationInsightsComponentExportConfiguration struct { autorest.Response `json:"-"` // ExportID - The unique ID of the export configuration inside an Applciation Insights component. It is auto generated when the Continuous Export configuration is created. ExportID *string `json:"ExportId,omitempty"` // InstrumentationKey - The instrumentation key of the Application Insights component. InstrumentationKey *string `json:"InstrumentationKey,omitempty"` // RecordTypes - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. RecordTypes *string `json:"RecordTypes,omitempty"` // ApplicationName - The name of the Application Insights component. ApplicationName *string `json:"ApplicationName,omitempty"` // SubscriptionID - The subscription of the Application Insights component. SubscriptionID *string `json:"SubscriptionId,omitempty"` // ResourceGroup - The resource group of the Application Insights component. ResourceGroup *string `json:"ResourceGroup,omitempty"` // DestinationStorageSubscriptionID - The destination storage account subscription ID. DestinationStorageSubscriptionID *string `json:"DestinationStorageSubscriptionId,omitempty"` // DestinationStorageLocationID - The destination account location ID. DestinationStorageLocationID *string `json:"DestinationStorageLocationId,omitempty"` // DestinationAccountID - The name of destination account. DestinationAccountID *string `json:"DestinationAccountId,omitempty"` // DestinationType - The destination type. DestinationType *string `json:"DestinationType,omitempty"` // IsUserEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'. IsUserEnabled *string `json:"IsUserEnabled,omitempty"` // LastUserUpdate - Last time the Continuous Export configuration was updated. LastUserUpdate *string `json:"LastUserUpdate,omitempty"` // NotificationQueueEnabled - Deprecated NotificationQueueEnabled *string `json:"NotificationQueueEnabled,omitempty"` // ExportStatus - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'. ExportStatus *string `json:"ExportStatus,omitempty"` // LastSuccessTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration. LastSuccessTime *string `json:"LastSuccessTime,omitempty"` // LastGapTime - The last time the Continuous Export configuration started failing. LastGapTime *string `json:"LastGapTime,omitempty"` // PermanentErrorReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. PermanentErrorReason *string `json:"PermanentErrorReason,omitempty"` // StorageName - The name of the destination storage account. StorageName *string `json:"StorageName,omitempty"` // ContainerName - The name of the destination storage container. ContainerName *string `json:"ContainerName,omitempty"` }
ApplicationInsightsComponentExportConfiguration properties that define a Continuous Export configuration.
type ApplicationInsightsComponentExportRequest ¶
type ApplicationInsightsComponentExportRequest struct { // RecordTypes - The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. RecordTypes *string `json:"RecordTypes,omitempty"` // DestinationType - The Continuous Export destination type. This has to be 'Blob'. DestinationType *string `json:"DestinationType,omitempty"` // DestinationAddress - The SAS URL for the destination storage container. It must grant write permission. DestinationAddress *string `json:"DestinationAddress,omitempty"` // IsEnabled - Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'. IsEnabled *string `json:"IsEnabled,omitempty"` // NotificationQueueEnabled - Deprecated NotificationQueueEnabled *string `json:"NotificationQueueEnabled,omitempty"` // NotificationQueueURI - Deprecated NotificationQueueURI *string `json:"NotificationQueueUri,omitempty"` // DestinationStorageSubscriptionID - The subscription ID of the destination storage container. DestinationStorageSubscriptionID *string `json:"DestinationStorageSubscriptionId,omitempty"` // DestinationStorageLocationID - The location ID of the destination storage container. DestinationStorageLocationID *string `json:"DestinationStorageLocationId,omitempty"` // DestinationAccountID - The name of destination storage account. DestinationAccountID *string `json:"DestinationAccountId,omitempty"` }
ApplicationInsightsComponentExportRequest an Application Insights component Continuous Export configuration request definition.
type ApplicationInsightsComponentFeature ¶
type ApplicationInsightsComponentFeature struct { // FeatureName - The pricing feature name. FeatureName *string `json:"FeatureName,omitempty"` // MeterID - The meter id used for the feature. MeterID *string `json:"MeterId,omitempty"` // MeterRateFrequency - The meter meter rate for the feature's meter. MeterRateFrequency *string `json:"MeterRateFrequency,omitempty"` // ResouceID - Reserved, not used now. ResouceID *string `json:"ResouceId,omitempty"` // IsHidden - Reserved, not used now. IsHidden *bool `json:"IsHidden,omitempty"` // Capabilities - A list of Application Insigths component feature capability. Capabilities *[]ApplicationInsightsComponentFeatureCapability `json:"Capabilities,omitempty"` // Title - Desplay name of the feature. Title *string `json:"Title,omitempty"` // IsMainFeature - Whether can apply addon feature on to it. IsMainFeature *bool `json:"IsMainFeature,omitempty"` // SupportedAddonFeatures - The add on features on main feature. SupportedAddonFeatures *string `json:"SupportedAddonFeatures,omitempty"` }
ApplicationInsightsComponentFeature an Application Insights component daily data volume cap status
type ApplicationInsightsComponentFeatureCapabilities ¶
type ApplicationInsightsComponentFeatureCapabilities struct { autorest.Response `json:"-"` // SupportExportData - Whether allow to use continuous export feature. SupportExportData *bool `json:"SupportExportData,omitempty"` // BurstThrottlePolicy - Reserved, not used now. BurstThrottlePolicy *string `json:"BurstThrottlePolicy,omitempty"` // MetadataClass - Reserved, not used now. MetadataClass *string `json:"MetadataClass,omitempty"` // LiveStreamMetrics - Reserved, not used now. LiveStreamMetrics *bool `json:"LiveStreamMetrics,omitempty"` // ApplicationMap - Reserved, not used now. ApplicationMap *bool `json:"ApplicationMap,omitempty"` // WorkItemIntegration - Whether allow to use work item integration feature. WorkItemIntegration *bool `json:"WorkItemIntegration,omitempty"` // PowerBIIntegration - Reserved, not used now. PowerBIIntegration *bool `json:"PowerBIIntegration,omitempty"` // OpenSchema - Reserved, not used now. OpenSchema *bool `json:"OpenSchema,omitempty"` // ProactiveDetection - Reserved, not used now. ProactiveDetection *bool `json:"ProactiveDetection,omitempty"` // AnalyticsIntegration - Reserved, not used now. AnalyticsIntegration *bool `json:"AnalyticsIntegration,omitempty"` // MultipleStepWebTest - Whether allow to use multiple steps web test feature. MultipleStepWebTest *bool `json:"MultipleStepWebTest,omitempty"` // APIAccessLevel - Reserved, not used now. APIAccessLevel *string `json:"ApiAccessLevel,omitempty"` // TrackingType - The applciation insights component used tracking type. TrackingType *string `json:"TrackingType,omitempty"` // DailyCap - Daily data volume cap in GB. DailyCap *float64 `json:"DailyCap,omitempty"` // DailyCapResetTime - Daily data volume cap UTC reset hour. DailyCapResetTime *float64 `json:"DailyCapResetTime,omitempty"` // ThrottleRate - Reserved, not used now. ThrottleRate *float64 `json:"ThrottleRate,omitempty"` }
ApplicationInsightsComponentFeatureCapabilities an Application Insights component feature capabilities
type ApplicationInsightsComponentFeatureCapability ¶
type ApplicationInsightsComponentFeatureCapability struct { // Name - The name of the capability. Name *string `json:"Name,omitempty"` // Description - The description of the capability. Description *string `json:"Description,omitempty"` // Value - The vaule of the capability. Value *string `json:"Value,omitempty"` // Unit - The unit of the capability. Unit *string `json:"Unit,omitempty"` // MeterID - The meter used for the capability. MeterID *string `json:"MeterId,omitempty"` // MeterRateFrequency - The meter rate of the meter. MeterRateFrequency *string `json:"MeterRateFrequency,omitempty"` }
ApplicationInsightsComponentFeatureCapability an Application Insights component feature capability
type ApplicationInsightsComponentListResult ¶
type ApplicationInsightsComponentListResult struct { autorest.Response `json:"-"` // Value - List of Application Insights component definitions. Value *[]ApplicationInsightsComponent `json:"value,omitempty"` // NextLink - The URI to get the next set of Application Insights component defintions if too many components where returned in the result set. NextLink *string `json:"nextLink,omitempty"` }
ApplicationInsightsComponentListResult describes the list of Application Insights Resources.
func (ApplicationInsightsComponentListResult) IsEmpty ¶
func (aiclr ApplicationInsightsComponentListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ApplicationInsightsComponentListResultIterator ¶
type ApplicationInsightsComponentListResultIterator struct {
// contains filtered or unexported fields
}
ApplicationInsightsComponentListResultIterator provides access to a complete listing of ApplicationInsightsComponent values.
func (*ApplicationInsightsComponentListResultIterator) Next ¶
func (iter *ApplicationInsightsComponentListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ApplicationInsightsComponentListResultIterator) NotDone ¶
func (iter ApplicationInsightsComponentListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ApplicationInsightsComponentListResultIterator) Response ¶
func (iter ApplicationInsightsComponentListResultIterator) Response() ApplicationInsightsComponentListResult
Response returns the raw server response from the last page request.
func (ApplicationInsightsComponentListResultIterator) Value ¶
func (iter ApplicationInsightsComponentListResultIterator) Value() ApplicationInsightsComponent
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ApplicationInsightsComponentListResultPage ¶
type ApplicationInsightsComponentListResultPage struct {
// contains filtered or unexported fields
}
ApplicationInsightsComponentListResultPage contains a page of ApplicationInsightsComponent values.
func (*ApplicationInsightsComponentListResultPage) Next ¶
func (page *ApplicationInsightsComponentListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ApplicationInsightsComponentListResultPage) NotDone ¶
func (page ApplicationInsightsComponentListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ApplicationInsightsComponentListResultPage) Response ¶
func (page ApplicationInsightsComponentListResultPage) Response() ApplicationInsightsComponentListResult
Response returns the raw server response from the last page request.
func (ApplicationInsightsComponentListResultPage) Values ¶
func (page ApplicationInsightsComponentListResultPage) Values() []ApplicationInsightsComponent
Values returns the slice of values for the current page or nil if there are no values.
type ApplicationInsightsComponentProactiveDetectionConfiguration ¶
type ApplicationInsightsComponentProactiveDetectionConfiguration struct { autorest.Response `json:"-"` // Name - The rule name Name *string `json:"Name,omitempty"` // Enabled - A flag that indicates whether this rule is enabled by the user Enabled *bool `json:"Enabled,omitempty"` // SendEmailsToSubscriptionOwners - A flag that indicated whether notifications on this rule should be sent to subscription owners SendEmailsToSubscriptionOwners *bool `json:"SendEmailsToSubscriptionOwners,omitempty"` // CustomEmails - Custom email addresses for this rule notifications CustomEmails *[]string `json:"CustomEmails,omitempty"` // LastUpdatedTime - The last time this rule was updated LastUpdatedTime *string `json:"LastUpdatedTime,omitempty"` // RuleDefinitions - Static definitions of the ProactiveDetection configuration rule (same values for all components). RuleDefinitions *ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions `json:"RuleDefinitions,omitempty"` }
ApplicationInsightsComponentProactiveDetectionConfiguration properties that define a ProactiveDetection configuration.
type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ¶
type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions struct { // Name - The rule name Name *string `json:"Name,omitempty"` // DisplayName - The rule name as it is displayed in UI DisplayName *string `json:"DisplayName,omitempty"` // Description - The rule description Description *string `json:"Description,omitempty"` // HelpURL - URL which displays aditional info about the proactive detection rule HelpURL *string `json:"HelpUrl,omitempty"` // IsHidden - A flag indicating whether the rule is hidden (from the UI) IsHidden *bool `json:"IsHidden,omitempty"` // IsEnabledByDefault - A flag indicating whether the rule is enabled by default IsEnabledByDefault *bool `json:"IsEnabledByDefault,omitempty"` // IsInPreview - A flag indicating whether the rule is in preview IsInPreview *bool `json:"IsInPreview,omitempty"` // SupportsEmailNotifications - A flag indicating whether email notifications are supported for detections for this rule SupportsEmailNotifications *bool `json:"SupportsEmailNotifications,omitempty"` }
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions static definitions of the ProactiveDetection configuration rule (same values for all components).
type ApplicationInsightsComponentProperties ¶
type ApplicationInsightsComponentProperties struct { // ApplicationID - The unique ID of your application. This field mirrors the 'Name' field and cannot be changed. ApplicationID *string `json:"ApplicationId,omitempty"` // AppID - Application Insights Unique ID for your Application. AppID *string `json:"AppId,omitempty"` // ApplicationType - Type of application being monitored. Possible values include: 'Web', 'Other' ApplicationType ApplicationType `json:"Application_Type,omitempty"` // FlowType - Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API. Possible values include: 'Bluefield' FlowType FlowType `json:"Flow_Type,omitempty"` // RequestSource - Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. Possible values include: 'Rest' RequestSource RequestSource `json:"Request_Source,omitempty"` // InstrumentationKey - Application Insights Instrumentation key. A read-only value that applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of each new Application Insights component. InstrumentationKey *string `json:"InstrumentationKey,omitempty"` // CreationDate - Creation Date for the Application Insights component, in ISO 8601 format. CreationDate *date.Time `json:"CreationDate,omitempty"` // TenantID - Azure Tenant Id. TenantID *string `json:"TenantId,omitempty"` // HockeyAppID - The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. HockeyAppID *string `json:"HockeyAppId,omitempty"` // HockeyAppToken - Token used to authenticate communications with between Application Insights and HockeyApp. HockeyAppToken *string `json:"HockeyAppToken,omitempty"` // ProvisioningState - Current state of this component: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed. ProvisioningState *string `json:"provisioningState,omitempty"` // SamplingPercentage - Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` }
ApplicationInsightsComponentProperties properties that define an Application Insights component resource.
type ApplicationInsightsComponentQuotaStatus ¶
type ApplicationInsightsComponentQuotaStatus struct { autorest.Response `json:"-"` // AppID - The Application ID for the Application Insights component. AppID *string `json:"AppId,omitempty"` // ShouldBeThrottled - The daily data volume cap is met, and data ingestion will be stopped. ShouldBeThrottled *bool `json:"ShouldBeThrottled,omitempty"` // ExpirationTime - Date and time when the daily data volume cap will be reset, and data ingestion will resume. ExpirationTime *string `json:"ExpirationTime,omitempty"` }
ApplicationInsightsComponentQuotaStatus an Application Insights component daily data volume cap status
type ApplicationType ¶
type ApplicationType string
ApplicationType enumerates the values for application type.
const ( // Other ... Other ApplicationType = "other" // Web ... Web ApplicationType = "web" )
type BaseClient ¶
BaseClient is the base client for Insights.
func New ¶
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client.
type ComponentAvailableFeaturesClient ¶
type ComponentAvailableFeaturesClient struct {
BaseClient
}
ComponentAvailableFeaturesClient is the composite Swagger for Application Insights Management Client
func NewComponentAvailableFeaturesClient ¶
func NewComponentAvailableFeaturesClient(subscriptionID string) ComponentAvailableFeaturesClient
NewComponentAvailableFeaturesClient creates an instance of the ComponentAvailableFeaturesClient client.
func NewComponentAvailableFeaturesClientWithBaseURI ¶
func NewComponentAvailableFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentAvailableFeaturesClient
NewComponentAvailableFeaturesClientWithBaseURI creates an instance of the ComponentAvailableFeaturesClient client.
func (ComponentAvailableFeaturesClient) Get ¶
func (client ComponentAvailableFeaturesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentAvailableFeatures, err error)
Get returns all available features of the application insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentAvailableFeaturesClient) GetPreparer ¶
func (client ComponentAvailableFeaturesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ComponentAvailableFeaturesClient) GetResponder ¶
func (client ComponentAvailableFeaturesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentAvailableFeatures, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
type ComponentCurrentBillingFeaturesClient ¶
type ComponentCurrentBillingFeaturesClient struct {
BaseClient
}
ComponentCurrentBillingFeaturesClient is the composite Swagger for Application Insights Management Client
func NewComponentCurrentBillingFeaturesClient ¶
func NewComponentCurrentBillingFeaturesClient(subscriptionID string) ComponentCurrentBillingFeaturesClient
NewComponentCurrentBillingFeaturesClient creates an instance of the ComponentCurrentBillingFeaturesClient client.
func NewComponentCurrentBillingFeaturesClientWithBaseURI ¶
func NewComponentCurrentBillingFeaturesClientWithBaseURI(baseURI string, subscriptionID string) ComponentCurrentBillingFeaturesClient
NewComponentCurrentBillingFeaturesClientWithBaseURI creates an instance of the ComponentCurrentBillingFeaturesClient client.
func (ComponentCurrentBillingFeaturesClient) Get ¶
func (client ComponentCurrentBillingFeaturesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentBillingFeatures, err error)
Get returns current billing features for an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentCurrentBillingFeaturesClient) GetPreparer ¶
func (client ComponentCurrentBillingFeaturesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ComponentCurrentBillingFeaturesClient) GetResponder ¶
func (client ComponentCurrentBillingFeaturesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentBillingFeatures, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ComponentCurrentBillingFeaturesClient) GetSender ¶
func (client ComponentCurrentBillingFeaturesClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ComponentCurrentBillingFeaturesClient) Update ¶
func (client ComponentCurrentBillingFeaturesClient) Update(ctx context.Context, resourceGroupName string, resourceName string, billingFeaturesProperties ApplicationInsightsComponentBillingFeatures) (result ApplicationInsightsComponentBillingFeatures, err error)
Update update current billing features for an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. billingFeaturesProperties is properties that need to be specified to update billing features for an Application Insights component.
func (ComponentCurrentBillingFeaturesClient) UpdatePreparer ¶
func (client ComponentCurrentBillingFeaturesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, billingFeaturesProperties ApplicationInsightsComponentBillingFeatures) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (ComponentCurrentBillingFeaturesClient) UpdateResponder ¶
func (client ComponentCurrentBillingFeaturesClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentBillingFeatures, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (ComponentCurrentBillingFeaturesClient) UpdateSender ¶
func (client ComponentCurrentBillingFeaturesClient) UpdateSender(req *http.Request) (*http.Response, error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type ComponentFeatureCapabilitiesClient ¶
type ComponentFeatureCapabilitiesClient struct {
BaseClient
}
ComponentFeatureCapabilitiesClient is the composite Swagger for Application Insights Management Client
func NewComponentFeatureCapabilitiesClient ¶
func NewComponentFeatureCapabilitiesClient(subscriptionID string) ComponentFeatureCapabilitiesClient
NewComponentFeatureCapabilitiesClient creates an instance of the ComponentFeatureCapabilitiesClient client.
func NewComponentFeatureCapabilitiesClientWithBaseURI ¶
func NewComponentFeatureCapabilitiesClientWithBaseURI(baseURI string, subscriptionID string) ComponentFeatureCapabilitiesClient
NewComponentFeatureCapabilitiesClientWithBaseURI creates an instance of the ComponentFeatureCapabilitiesClient client.
func (ComponentFeatureCapabilitiesClient) Get ¶
func (client ComponentFeatureCapabilitiesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentFeatureCapabilities, err error)
Get returns feature capabilites of the application insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentFeatureCapabilitiesClient) GetPreparer ¶
func (client ComponentFeatureCapabilitiesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ComponentFeatureCapabilitiesClient) GetResponder ¶
func (client ComponentFeatureCapabilitiesClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentFeatureCapabilities, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
type ComponentQuotaStatusClient ¶
type ComponentQuotaStatusClient struct {
BaseClient
}
ComponentQuotaStatusClient is the composite Swagger for Application Insights Management Client
func NewComponentQuotaStatusClient ¶
func NewComponentQuotaStatusClient(subscriptionID string) ComponentQuotaStatusClient
NewComponentQuotaStatusClient creates an instance of the ComponentQuotaStatusClient client.
func NewComponentQuotaStatusClientWithBaseURI ¶
func NewComponentQuotaStatusClientWithBaseURI(baseURI string, subscriptionID string) ComponentQuotaStatusClient
NewComponentQuotaStatusClientWithBaseURI creates an instance of the ComponentQuotaStatusClient client.
func (ComponentQuotaStatusClient) Get ¶
func (client ComponentQuotaStatusClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponentQuotaStatus, err error)
Get returns daily data volume cap (quota) status for an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentQuotaStatusClient) GetPreparer ¶
func (client ComponentQuotaStatusClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ComponentQuotaStatusClient) GetResponder ¶
func (client ComponentQuotaStatusClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentQuotaStatus, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
type ComponentsClient ¶
type ComponentsClient struct {
BaseClient
}
ComponentsClient is the composite Swagger for Application Insights Management Client
func NewComponentsClient ¶
func NewComponentsClient(subscriptionID string) ComponentsClient
NewComponentsClient creates an instance of the ComponentsClient client.
func NewComponentsClientWithBaseURI ¶
func NewComponentsClientWithBaseURI(baseURI string, subscriptionID string) ComponentsClient
NewComponentsClientWithBaseURI creates an instance of the ComponentsClient client.
func (ComponentsClient) CreateOrUpdate ¶
func (client ComponentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, insightProperties ApplicationInsightsComponent) (result ApplicationInsightsComponent, err error)
CreateOrUpdate creates (or updates) an Application Insights component. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. insightProperties is properties that need to be specified to create an Application Insights component.
func (ComponentsClient) CreateOrUpdatePreparer ¶
func (client ComponentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, insightProperties ApplicationInsightsComponent) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (ComponentsClient) CreateOrUpdateResponder ¶
func (client ComponentsClient) CreateOrUpdateResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (ComponentsClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (ComponentsClient) Delete ¶
func (client ComponentsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error)
Delete deletes an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentsClient) DeletePreparer ¶
func (client ComponentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ComponentsClient) DeleteResponder ¶
func (client ComponentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ComponentsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ComponentsClient) Get ¶
func (client ComponentsClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ApplicationInsightsComponent, err error)
Get returns an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ComponentsClient) GetPreparer ¶
func (client ComponentsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ComponentsClient) GetResponder ¶
func (client ComponentsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ComponentsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ComponentsClient) List ¶
func (client ComponentsClient) List(ctx context.Context) (result ApplicationInsightsComponentListResultPage, err error)
List gets a list of all Application Insights components within a subscription.
func (ComponentsClient) ListByResourceGroup ¶
func (client ComponentsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ApplicationInsightsComponentListResultPage, err error)
ListByResourceGroup gets a list of Application Insights components within a resource group.
resourceGroupName is the name of the resource group.
func (ComponentsClient) ListByResourceGroupComplete ¶
func (client ComponentsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ApplicationInsightsComponentListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (ComponentsClient) ListByResourceGroupPreparer ¶
func (client ComponentsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (ComponentsClient) ListByResourceGroupResponder ¶
func (client ComponentsClient) ListByResourceGroupResponder(resp *http.Response) (result ApplicationInsightsComponentListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (ComponentsClient) ListByResourceGroupSender ¶
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (ComponentsClient) ListComplete ¶
func (client ComponentsClient) ListComplete(ctx context.Context) (result ApplicationInsightsComponentListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (ComponentsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (ComponentsClient) ListResponder ¶
func (client ComponentsClient) ListResponder(resp *http.Response) (result ApplicationInsightsComponentListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (ComponentsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (ComponentsClient) UpdateTags ¶
func (client ComponentsClient) UpdateTags(ctx context.Context, resourceGroupName string, resourceName string, componentTags TagsResource) (result ApplicationInsightsComponent, err error)
UpdateTags updates an existing component's tags. To update other fields use the CreateOrUpdate method.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. componentTags is updated tag information to set into the component instance.
func (ComponentsClient) UpdateTagsPreparer ¶
func (client ComponentsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, resourceName string, componentTags TagsResource) (*http.Request, error)
UpdateTagsPreparer prepares the UpdateTags request.
func (ComponentsClient) UpdateTagsResponder ¶
func (client ComponentsClient) UpdateTagsResponder(resp *http.Response) (result ApplicationInsightsComponent, err error)
UpdateTagsResponder handles the response to the UpdateTags request. The method always closes the http.Response Body.
func (ComponentsClient) UpdateTagsSender ¶
UpdateTagsSender sends the UpdateTags request. The method will close the http.Response Body if it receives an error.
type ErrorResponse ¶
type ErrorResponse struct { // Code - Error code. Code *string `json:"code,omitempty"` // Message - Error message indicating why the operation failed. Message *string `json:"message,omitempty"` }
ErrorResponse error reponse indicates Insights service is not able to process the incoming request. The reason is provided in the error message.
type ExportConfigurationsClient ¶
type ExportConfigurationsClient struct {
BaseClient
}
ExportConfigurationsClient is the composite Swagger for Application Insights Management Client
func NewExportConfigurationsClient ¶
func NewExportConfigurationsClient(subscriptionID string) ExportConfigurationsClient
NewExportConfigurationsClient creates an instance of the ExportConfigurationsClient client.
func NewExportConfigurationsClientWithBaseURI ¶
func NewExportConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ExportConfigurationsClient
NewExportConfigurationsClientWithBaseURI creates an instance of the ExportConfigurationsClient client.
func (ExportConfigurationsClient) Create ¶
func (client ExportConfigurationsClient) Create(ctx context.Context, resourceGroupName string, resourceName string, exportProperties ApplicationInsightsComponentExportRequest) (result ListApplicationInsightsComponentExportConfiguration, err error)
Create create a Continuous Export configuration of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. exportProperties is properties that need to be specified to create a Continuous Export configuration of a Application Insights component.
func (ExportConfigurationsClient) CreatePreparer ¶
func (client ExportConfigurationsClient) CreatePreparer(ctx context.Context, resourceGroupName string, resourceName string, exportProperties ApplicationInsightsComponentExportRequest) (*http.Request, error)
CreatePreparer prepares the Create request.
func (ExportConfigurationsClient) CreateResponder ¶
func (client ExportConfigurationsClient) CreateResponder(resp *http.Response) (result ListApplicationInsightsComponentExportConfiguration, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (ExportConfigurationsClient) CreateSender ¶
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (ExportConfigurationsClient) Delete ¶
func (client ExportConfigurationsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string, exportID string) (result ApplicationInsightsComponentExportConfiguration, err error)
Delete delete a Continuous Export configuration of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. exportID is the Continuous Export configuration ID. This is unique within a Application Insights component.
func (ExportConfigurationsClient) DeletePreparer ¶
func (client ExportConfigurationsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string, exportID string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (ExportConfigurationsClient) DeleteResponder ¶
func (client ExportConfigurationsClient) DeleteResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (ExportConfigurationsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (ExportConfigurationsClient) Get ¶
func (client ExportConfigurationsClient) Get(ctx context.Context, resourceGroupName string, resourceName string, exportID string) (result ApplicationInsightsComponentExportConfiguration, err error)
Get get the Continuous Export configuration for this export id.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. exportID is the Continuous Export configuration ID. This is unique within a Application Insights component.
func (ExportConfigurationsClient) GetPreparer ¶
func (client ExportConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, exportID string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ExportConfigurationsClient) GetResponder ¶
func (client ExportConfigurationsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ExportConfigurationsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ExportConfigurationsClient) List ¶
func (client ExportConfigurationsClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ListApplicationInsightsComponentExportConfiguration, err error)
List gets a list of Continuous Export configuration of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ExportConfigurationsClient) ListPreparer ¶
func (client ExportConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (ExportConfigurationsClient) ListResponder ¶
func (client ExportConfigurationsClient) ListResponder(resp *http.Response) (result ListApplicationInsightsComponentExportConfiguration, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (ExportConfigurationsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (ExportConfigurationsClient) Update ¶
func (client ExportConfigurationsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, exportID string, exportProperties ApplicationInsightsComponentExportRequest) (result ApplicationInsightsComponentExportConfiguration, err error)
Update update the Continuous Export configuration for this export id.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. exportID is the Continuous Export configuration ID. This is unique within a Application Insights component. exportProperties is properties that need to be specified to update the Continuous Export configuration.
func (ExportConfigurationsClient) UpdatePreparer ¶
func (client ExportConfigurationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, exportID string, exportProperties ApplicationInsightsComponentExportRequest) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (ExportConfigurationsClient) UpdateResponder ¶
func (client ExportConfigurationsClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentExportConfiguration, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (ExportConfigurationsClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type FlowType ¶
type FlowType string
FlowType enumerates the values for flow type.
const ( // Bluefield ... Bluefield FlowType = "Bluefield" )
type ListApplicationInsightsComponentExportConfiguration ¶
type ListApplicationInsightsComponentExportConfiguration struct { autorest.Response `json:"-"` Value *[]ApplicationInsightsComponentExportConfiguration `json:"value,omitempty"` }
ListApplicationInsightsComponentExportConfiguration ...
type ListApplicationInsightsComponentProactiveDetectionConfiguration ¶
type ListApplicationInsightsComponentProactiveDetectionConfiguration struct { autorest.Response `json:"-"` Value *[]ApplicationInsightsComponentProactiveDetectionConfiguration `json:"value,omitempty"` }
ListApplicationInsightsComponentProactiveDetectionConfiguration ...
type Operation ¶
type Operation struct { // Name - Operation name: {provider}/{resource}/{operation} Name *string `json:"name,omitempty"` // Display - The object that represents the operation. Display *OperationDisplay `json:"display,omitempty"` }
Operation CDN REST API operation
type OperationDisplay ¶
type OperationDisplay struct { // Provider - Service provider: Microsoft.Cdn Provider *string `json:"provider,omitempty"` // Resource - Resource on which the operation is performed: Profile, endpoint, etc. Resource *string `json:"resource,omitempty"` // Operation - Operation type: Read, write, delete, etc. Operation *string `json:"operation,omitempty"` }
OperationDisplay the object that represents the operation.
type OperationListResult ¶
type OperationListResult struct { autorest.Response `json:"-"` // Value - List of CDN operations supported by the CDN resource provider. Value *[]Operation `json:"value,omitempty"` // NextLink - URL to get the next set of operation list results if there are any. NextLink *string `json:"nextLink,omitempty"` }
OperationListResult result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results.
func (OperationListResult) IsEmpty ¶
func (olr OperationListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type OperationListResultIterator ¶
type OperationListResultIterator struct {
// contains filtered or unexported fields
}
OperationListResultIterator provides access to a complete listing of Operation values.
func (*OperationListResultIterator) Next ¶
func (iter *OperationListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (OperationListResultIterator) NotDone ¶
func (iter OperationListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (OperationListResultIterator) Response ¶
func (iter OperationListResultIterator) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultIterator) Value ¶
func (iter OperationListResultIterator) Value() Operation
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type OperationListResultPage ¶
type OperationListResultPage struct {
// contains filtered or unexported fields
}
OperationListResultPage contains a page of Operation values.
func (*OperationListResultPage) Next ¶
func (page *OperationListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (OperationListResultPage) NotDone ¶
func (page OperationListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (OperationListResultPage) Response ¶
func (page OperationListResultPage) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultPage) Values ¶
func (page OperationListResultPage) Values() []Operation
Values returns the slice of values for the current page or nil if there are no values.
type OperationsClient ¶
type OperationsClient struct {
BaseClient
}
OperationsClient is the composite Swagger for Application Insights Management Client
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client.
func (OperationsClient) List ¶
func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
List lists all of the available insights REST API operations.
func (OperationsClient) ListComplete ¶
func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (OperationsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (OperationsClient) ListResponder ¶
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (OperationsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type ProactiveDetectionConfigurationsClient ¶
type ProactiveDetectionConfigurationsClient struct {
BaseClient
}
ProactiveDetectionConfigurationsClient is the composite Swagger for Application Insights Management Client
func NewProactiveDetectionConfigurationsClient ¶
func NewProactiveDetectionConfigurationsClient(subscriptionID string) ProactiveDetectionConfigurationsClient
NewProactiveDetectionConfigurationsClient creates an instance of the ProactiveDetectionConfigurationsClient client.
func NewProactiveDetectionConfigurationsClientWithBaseURI ¶
func NewProactiveDetectionConfigurationsClientWithBaseURI(baseURI string, subscriptionID string) ProactiveDetectionConfigurationsClient
NewProactiveDetectionConfigurationsClientWithBaseURI creates an instance of the ProactiveDetectionConfigurationsClient client.
func (ProactiveDetectionConfigurationsClient) Get ¶
func (client ProactiveDetectionConfigurationsClient) Get(ctx context.Context, resourceGroupName string, resourceName string, configurationID string) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
Get get the ProactiveDetection configuration for this configuration id.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. configurationID is the ProactiveDetection configuration ID. This is unique within a Application Insights component.
func (ProactiveDetectionConfigurationsClient) GetPreparer ¶
func (client ProactiveDetectionConfigurationsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, configurationID string) (*http.Request, error)
GetPreparer prepares the Get request.
func (ProactiveDetectionConfigurationsClient) GetResponder ¶
func (client ProactiveDetectionConfigurationsClient) GetResponder(resp *http.Response) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (ProactiveDetectionConfigurationsClient) GetSender ¶
func (client ProactiveDetectionConfigurationsClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (ProactiveDetectionConfigurationsClient) List ¶
func (client ProactiveDetectionConfigurationsClient) List(ctx context.Context, resourceGroupName string, resourceName string) (result ListApplicationInsightsComponentProactiveDetectionConfiguration, err error)
List gets a list of ProactiveDetection configurations of an Application Insights component.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource.
func (ProactiveDetectionConfigurationsClient) ListPreparer ¶
func (client ProactiveDetectionConfigurationsClient) ListPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error)
ListPreparer prepares the List request.
func (ProactiveDetectionConfigurationsClient) ListResponder ¶
func (client ProactiveDetectionConfigurationsClient) ListResponder(resp *http.Response) (result ListApplicationInsightsComponentProactiveDetectionConfiguration, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (ProactiveDetectionConfigurationsClient) ListSender ¶
func (client ProactiveDetectionConfigurationsClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (ProactiveDetectionConfigurationsClient) Update ¶
func (client ProactiveDetectionConfigurationsClient) Update(ctx context.Context, resourceGroupName string, resourceName string, configurationID string, proactiveDetectionProperties ApplicationInsightsComponentProactiveDetectionConfiguration) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
Update update the ProactiveDetection configuration for this configuration id.
resourceGroupName is the name of the resource group. resourceName is the name of the Application Insights component resource. configurationID is the ProactiveDetection configuration ID. This is unique within a Application Insights component. proactiveDetectionProperties is properties that need to be specified to update the ProactiveDetection configuration.
func (ProactiveDetectionConfigurationsClient) UpdatePreparer ¶
func (client ProactiveDetectionConfigurationsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, configurationID string, proactiveDetectionProperties ApplicationInsightsComponentProactiveDetectionConfiguration) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (ProactiveDetectionConfigurationsClient) UpdateResponder ¶
func (client ProactiveDetectionConfigurationsClient) UpdateResponder(resp *http.Response) (result ApplicationInsightsComponentProactiveDetectionConfiguration, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (ProactiveDetectionConfigurationsClient) UpdateSender ¶
func (client ProactiveDetectionConfigurationsClient) UpdateSender(req *http.Request) (*http.Response, error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type RequestSource ¶
type RequestSource string
RequestSource enumerates the values for request source.
const ( // Rest ... Rest RequestSource = "rest" )
type Resource ¶
type Resource struct { // ID - Azure resource Id ID *string `json:"id,omitempty"` // Name - Azure resource name Name *string `json:"name,omitempty"` // Type - Azure resource type Type *string `json:"type,omitempty"` // Location - Resource location Location *string `json:"location,omitempty"` // Tags - Resource tags Tags map[string]*string `json:"tags"` }
Resource an azure resource object
func (Resource) MarshalJSON ¶
MarshalJSON is the custom marshaler for Resource.
type TagsResource ¶
TagsResource a container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance.
func (TagsResource) MarshalJSON ¶
func (tr TagsResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TagsResource.
type WebTest ¶
type WebTest struct { autorest.Response `json:"-"` // Kind - The kind of web test that this web test watches. Choices are ping and multistep. Possible values include: 'Ping', 'Multistep' Kind WebTestKind `json:"kind,omitempty"` // WebTestProperties - Metadata describing a web test for an Azure resource. *WebTestProperties `json:"properties,omitempty"` // ID - Azure resource Id ID *string `json:"id,omitempty"` // Name - Azure resource name Name *string `json:"name,omitempty"` // Type - Azure resource type Type *string `json:"type,omitempty"` // Location - Resource location Location *string `json:"location,omitempty"` // Tags - Resource tags Tags map[string]*string `json:"tags"` }
WebTest an Application Insights web test definition.
func (WebTest) MarshalJSON ¶
MarshalJSON is the custom marshaler for WebTest.
func (*WebTest) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for WebTest struct.
type WebTestGeolocation ¶
type WebTestGeolocation struct { // Location - Location ID for the webtest to run from. Location *string `json:"Id,omitempty"` }
WebTestGeolocation geo-physical location to run a web test from. You must specify one or more locations for the test to run from.
type WebTestKind ¶
type WebTestKind string
WebTestKind enumerates the values for web test kind.
const ( // Multistep ... Multistep WebTestKind = "multistep" // Ping ... Ping WebTestKind = "ping" )
type WebTestListResult ¶
type WebTestListResult struct { autorest.Response `json:"-"` // Value - Set of Application Insights web test definitions. Value *[]WebTest `json:"value,omitempty"` // NextLink - The link to get the next part of the returned list of web tests, should the return set be too large for a single request. May be null. NextLink *string `json:"nextLink,omitempty"` }
WebTestListResult a list of 0 or more Application Insights web test definitions.
func (WebTestListResult) IsEmpty ¶
func (wtlr WebTestListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type WebTestListResultIterator ¶
type WebTestListResultIterator struct {
// contains filtered or unexported fields
}
WebTestListResultIterator provides access to a complete listing of WebTest values.
func (*WebTestListResultIterator) Next ¶
func (iter *WebTestListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WebTestListResultIterator) NotDone ¶
func (iter WebTestListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (WebTestListResultIterator) Response ¶
func (iter WebTestListResultIterator) Response() WebTestListResult
Response returns the raw server response from the last page request.
func (WebTestListResultIterator) Value ¶
func (iter WebTestListResultIterator) Value() WebTest
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WebTestListResultPage ¶
type WebTestListResultPage struct {
// contains filtered or unexported fields
}
WebTestListResultPage contains a page of WebTest values.
func (*WebTestListResultPage) Next ¶
func (page *WebTestListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WebTestListResultPage) NotDone ¶
func (page WebTestListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (WebTestListResultPage) Response ¶
func (page WebTestListResultPage) Response() WebTestListResult
Response returns the raw server response from the last page request.
func (WebTestListResultPage) Values ¶
func (page WebTestListResultPage) Values() []WebTest
Values returns the slice of values for the current page or nil if there are no values.
type WebTestProperties ¶
type WebTestProperties struct { // SyntheticMonitorID - Unique ID of this WebTest. This is typically the same value as the Name field. SyntheticMonitorID *string `json:"SyntheticMonitorId,omitempty"` // WebTestName - User defined name if this WebTest. WebTestName *string `json:"Name,omitempty"` // Description - Purpose/user defined descriptive test for this WebTest. Description *string `json:"Description,omitempty"` // Enabled - Is the test actively being monitored. Enabled *bool `json:"Enabled,omitempty"` // Frequency - Interval in seconds between test runs for this WebTest. Default value is 300. Frequency *int32 `json:"Frequency,omitempty"` // Timeout - Seconds until this WebTest will timeout and fail. Default value is 30. Timeout *int32 `json:"Timeout,omitempty"` // WebTestKind - The kind of web test this is, valid choices are ping and multistep. Possible values include: 'Ping', 'Multistep' WebTestKind WebTestKind `json:"Kind,omitempty"` // RetryEnabled - Allow for retries should this WebTest fail. RetryEnabled *bool `json:"RetryEnabled,omitempty"` // Locations - A list of where to physically run the tests from to give global coverage for accessibility of your application. Locations *[]WebTestGeolocation `json:"Locations,omitempty"` // Configuration - An XML configuration specification for a WebTest. Configuration *WebTestPropertiesConfiguration `json:"Configuration,omitempty"` // ProvisioningState - Current state of this component, whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed. ProvisioningState *string `json:"provisioningState,omitempty"` }
WebTestProperties metadata describing a web test for an Azure resource.
type WebTestPropertiesConfiguration ¶
type WebTestPropertiesConfiguration struct { // WebTest - The XML specification of a WebTest to run against an application. WebTest *string `json:"WebTest,omitempty"` }
WebTestPropertiesConfiguration an XML configuration specification for a WebTest.
type WebTestsClient ¶
type WebTestsClient struct {
BaseClient
}
WebTestsClient is the composite Swagger for Application Insights Management Client
func NewWebTestsClient ¶
func NewWebTestsClient(subscriptionID string) WebTestsClient
NewWebTestsClient creates an instance of the WebTestsClient client.
func NewWebTestsClientWithBaseURI ¶
func NewWebTestsClientWithBaseURI(baseURI string, subscriptionID string) WebTestsClient
NewWebTestsClientWithBaseURI creates an instance of the WebTestsClient client.
func (WebTestsClient) CreateOrUpdate ¶
func (client WebTestsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, webTestName string, webTestDefinition WebTest) (result WebTest, err error)
CreateOrUpdate creates or updates an Application Insights web test definition.
resourceGroupName is the name of the resource group. webTestName is the name of the Application Insights webtest resource. webTestDefinition is properties that need to be specified to create or update an Application Insights web test definition.
func (WebTestsClient) CreateOrUpdatePreparer ¶
func (client WebTestsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, webTestName string, webTestDefinition WebTest) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (WebTestsClient) CreateOrUpdateResponder ¶
func (client WebTestsClient) CreateOrUpdateResponder(resp *http.Response) (result WebTest, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (WebTestsClient) CreateOrUpdateSender ¶
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (WebTestsClient) Delete ¶
func (client WebTestsClient) Delete(ctx context.Context, resourceGroupName string, webTestName string) (result autorest.Response, err error)
Delete deletes an Application Insights web test.
resourceGroupName is the name of the resource group. webTestName is the name of the Application Insights webtest resource.
func (WebTestsClient) DeletePreparer ¶
func (client WebTestsClient) DeletePreparer(ctx context.Context, resourceGroupName string, webTestName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (WebTestsClient) DeleteResponder ¶
func (client WebTestsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (WebTestsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (WebTestsClient) Get ¶
func (client WebTestsClient) Get(ctx context.Context, resourceGroupName string, webTestName string) (result WebTest, err error)
Get get a specific Application Insights web test definition.
resourceGroupName is the name of the resource group. webTestName is the name of the Application Insights webtest resource.
func (WebTestsClient) GetPreparer ¶
func (client WebTestsClient) GetPreparer(ctx context.Context, resourceGroupName string, webTestName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (WebTestsClient) GetResponder ¶
func (client WebTestsClient) GetResponder(resp *http.Response) (result WebTest, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WebTestsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WebTestsClient) List ¶
func (client WebTestsClient) List(ctx context.Context) (result WebTestListResultPage, err error)
List get all Application Insights web test alerts definitioned within a subscription.
func (WebTestsClient) ListByResourceGroup ¶
func (client WebTestsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result WebTestListResultPage, err error)
ListByResourceGroup get all Application Insights web tests defined within a specified resource group.
resourceGroupName is the name of the resource group.
func (WebTestsClient) ListByResourceGroupComplete ¶
func (client WebTestsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result WebTestListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (WebTestsClient) ListByResourceGroupPreparer ¶
func (client WebTestsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (WebTestsClient) ListByResourceGroupResponder ¶
func (client WebTestsClient) ListByResourceGroupResponder(resp *http.Response) (result WebTestListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (WebTestsClient) ListByResourceGroupSender ¶
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (WebTestsClient) ListComplete ¶
func (client WebTestsClient) ListComplete(ctx context.Context) (result WebTestListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WebTestsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (WebTestsClient) ListResponder ¶
func (client WebTestsClient) ListResponder(resp *http.Response) (result WebTestListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WebTestsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (WebTestsClient) UpdateTags ¶
func (client WebTestsClient) UpdateTags(ctx context.Context, resourceGroupName string, webTestName string, webTestTags TagsResource) (result WebTest, err error)
UpdateTags creates or updates an Application Insights web test definition.
resourceGroupName is the name of the resource group. webTestName is the name of the Application Insights webtest resource. webTestTags is updated tag information to set into the web test instance.
func (WebTestsClient) UpdateTagsPreparer ¶
func (client WebTestsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, webTestName string, webTestTags TagsResource) (*http.Request, error)
UpdateTagsPreparer prepares the UpdateTags request.
func (WebTestsClient) UpdateTagsResponder ¶
func (client WebTestsClient) UpdateTagsResponder(resp *http.Response) (result WebTest, err error)
UpdateTagsResponder handles the response to the UpdateTags request. The method always closes the http.Response Body.
func (WebTestsClient) UpdateTagsSender ¶
UpdateTagsSender sends the UpdateTags request. The method will close the http.Response Body if it receives an error.