Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForItemScope() []string + func PossibleValuesForItemType() []string + func PossibleValuesForItemTypeParameter() []string + func ValidateProviderComponentID(input interface{}, key string) (warnings []string, errors []error) + type AnalyticsItemsAPIsClient struct + Client *resourcemanager.Client + func NewAnalyticsItemsAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*AnalyticsItemsAPIsClient, error) + func (c AnalyticsItemsAPIsClient) AnalyticsItemsDelete(ctx context.Context, id ProviderComponentId, ...) (result AnalyticsItemsDeleteOperationResponse, err error) + func (c AnalyticsItemsAPIsClient) AnalyticsItemsGet(ctx context.Context, id ProviderComponentId, ...) (result AnalyticsItemsGetOperationResponse, err error) + func (c AnalyticsItemsAPIsClient) AnalyticsItemsList(ctx context.Context, id ProviderComponentId, ...) (result AnalyticsItemsListOperationResponse, err error) + func (c AnalyticsItemsAPIsClient) AnalyticsItemsPut(ctx context.Context, id ProviderComponentId, ...) (result AnalyticsItemsPutOperationResponse, err error) + type AnalyticsItemsDeleteOperationOptions struct + Id *string + Name *string + func DefaultAnalyticsItemsDeleteOperationOptions() AnalyticsItemsDeleteOperationOptions + func (o AnalyticsItemsDeleteOperationOptions) ToHeaders() *client.Headers + func (o AnalyticsItemsDeleteOperationOptions) ToOData() *odata.Query + func (o AnalyticsItemsDeleteOperationOptions) ToQuery() *client.QueryParams + type AnalyticsItemsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AnalyticsItemsGetOperationOptions struct + Id *string + Name *string + func DefaultAnalyticsItemsGetOperationOptions() AnalyticsItemsGetOperationOptions + func (o AnalyticsItemsGetOperationOptions) ToHeaders() *client.Headers + func (o AnalyticsItemsGetOperationOptions) ToOData() *odata.Query + func (o AnalyticsItemsGetOperationOptions) ToQuery() *client.QueryParams + type AnalyticsItemsGetOperationResponse struct + HttpResponse *http.Response + Model *ApplicationInsightsComponentAnalyticsItem + OData *odata.OData + type AnalyticsItemsListOperationOptions struct + IncludeContent *bool + Scope *ItemScope + Type *ItemTypeParameter + func DefaultAnalyticsItemsListOperationOptions() AnalyticsItemsListOperationOptions + func (o AnalyticsItemsListOperationOptions) ToHeaders() *client.Headers + func (o AnalyticsItemsListOperationOptions) ToOData() *odata.Query + func (o AnalyticsItemsListOperationOptions) ToQuery() *client.QueryParams + type AnalyticsItemsListOperationResponse struct + HttpResponse *http.Response + Model *[]ApplicationInsightsComponentAnalyticsItem + OData *odata.OData + type AnalyticsItemsPutOperationOptions struct + OverrideItem *bool + func DefaultAnalyticsItemsPutOperationOptions() AnalyticsItemsPutOperationOptions + func (o AnalyticsItemsPutOperationOptions) ToHeaders() *client.Headers + func (o AnalyticsItemsPutOperationOptions) ToOData() *odata.Query + func (o AnalyticsItemsPutOperationOptions) ToQuery() *client.QueryParams + type AnalyticsItemsPutOperationResponse struct + HttpResponse *http.Response + Model *ApplicationInsightsComponentAnalyticsItem + OData *odata.OData + type ApplicationInsightsComponentAnalyticsItem struct + Content *string + Id *string + Name *string + Properties *ApplicationInsightsComponentAnalyticsItemProperties + Scope *ItemScope + TimeCreated *string + TimeModified *string + Type *ItemType + Version *string + type ApplicationInsightsComponentAnalyticsItemProperties struct + FunctionAlias *string + type ItemScope string + const ItemScopeShared + const ItemScopeUser + func (s *ItemScope) UnmarshalJSON(bytes []byte) error + type ItemType string + const ItemTypeFunction + const ItemTypeNone + const ItemTypeQuery + const ItemTypeRecent + func (s *ItemType) UnmarshalJSON(bytes []byte) error + type ItemTypeParameter string + const ItemTypeParameterFolder + const ItemTypeParameterFunction + const ItemTypeParameterNone + const ItemTypeParameterQuery + const ItemTypeParameterRecent + func (s *ItemTypeParameter) UnmarshalJSON(bytes []byte) error + type ProviderComponentId struct + ComponentName string + ResourceGroupName string + ScopePath string + SubscriptionId string + func NewProviderComponentID(subscriptionId string, resourceGroupName string, componentName string, ...) ProviderComponentId + func ParseProviderComponentID(input string) (*ProviderComponentId, error) + func ParseProviderComponentIDInsensitively(input string) (*ProviderComponentId, error) + func (id *ProviderComponentId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderComponentId) ID() string + func (id ProviderComponentId) Segments() []resourceids.Segment + func (id ProviderComponentId) String() string