Documentation ¶
Index ¶
- func ValidateQueriesID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateQueryPackID(input interface{}, key string) (warnings []string, errors []error)
- type LogAnalyticsQueryPack
- type LogAnalyticsQueryPackOperationPredicate
- type LogAnalyticsQueryPackProperties
- func (o *LogAnalyticsQueryPackProperties) GetTimeCreatedAsTime() (*time.Time, error)
- func (o *LogAnalyticsQueryPackProperties) GetTimeModifiedAsTime() (*time.Time, error)
- func (o *LogAnalyticsQueryPackProperties) SetTimeCreatedAsTime(input time.Time)
- func (o *LogAnalyticsQueryPackProperties) SetTimeModifiedAsTime(input time.Time)
- type LogAnalyticsQueryPackQuery
- type LogAnalyticsQueryPackQueryOperationPredicate
- type LogAnalyticsQueryPackQueryProperties
- func (o *LogAnalyticsQueryPackQueryProperties) GetTimeCreatedAsTime() (*time.Time, error)
- func (o *LogAnalyticsQueryPackQueryProperties) GetTimeModifiedAsTime() (*time.Time, error)
- func (o *LogAnalyticsQueryPackQueryProperties) SetTimeCreatedAsTime(input time.Time)
- func (o *LogAnalyticsQueryPackQueryProperties) SetTimeModifiedAsTime(input time.Time)
- type LogAnalyticsQueryPackQueryPropertiesRelated
- type LogAnalyticsQueryPackQuerySearchProperties
- type LogAnalyticsQueryPackQuerySearchPropertiesRelated
- type OperationalInsightsClient
- func (c OperationalInsightsClient) QueriesDelete(ctx context.Context, id QueriesId) (result QueriesDeleteOperationResponse, err error)
- func (c OperationalInsightsClient) QueriesGet(ctx context.Context, id QueriesId) (result QueriesGetOperationResponse, err error)
- func (c OperationalInsightsClient) QueriesList(ctx context.Context, id QueryPackId, options QueriesListOperationOptions) (resp QueriesListOperationResponse, err error)
- func (c OperationalInsightsClient) QueriesListComplete(ctx context.Context, id QueryPackId, options QueriesListOperationOptions) (QueriesListCompleteResult, error)
- func (c OperationalInsightsClient) QueriesListCompleteMatchingPredicate(ctx context.Context, id QueryPackId, options QueriesListOperationOptions, ...) (resp QueriesListCompleteResult, err error)
- func (c OperationalInsightsClient) QueriesPut(ctx context.Context, id QueriesId, input LogAnalyticsQueryPackQuery) (result QueriesPutOperationResponse, err error)
- func (c OperationalInsightsClient) QueriesSearch(ctx context.Context, id QueryPackId, ...) (resp QueriesSearchOperationResponse, err error)
- func (c OperationalInsightsClient) QueriesSearchComplete(ctx context.Context, id QueryPackId, ...) (QueriesSearchCompleteResult, error)
- func (c OperationalInsightsClient) QueriesSearchCompleteMatchingPredicate(ctx context.Context, id QueryPackId, ...) (resp QueriesSearchCompleteResult, err error)
- func (c OperationalInsightsClient) QueriesUpdate(ctx context.Context, id QueriesId, input LogAnalyticsQueryPackQuery) (result QueriesUpdateOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksCreateOrUpdate(ctx context.Context, id QueryPackId, input LogAnalyticsQueryPack) (result QueryPacksCreateOrUpdateOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksDelete(ctx context.Context, id QueryPackId) (result QueryPacksDeleteOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksGet(ctx context.Context, id QueryPackId) (result QueryPacksGetOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksList(ctx context.Context, id commonids.SubscriptionId) (resp QueryPacksListOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp QueryPacksListByResourceGroupOperationResponse, err error)
- func (c OperationalInsightsClient) QueryPacksListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (QueryPacksListByResourceGroupCompleteResult, error)
- func (c OperationalInsightsClient) QueryPacksListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp QueryPacksListByResourceGroupCompleteResult, err error)
- func (c OperationalInsightsClient) QueryPacksListComplete(ctx context.Context, id commonids.SubscriptionId) (QueryPacksListCompleteResult, error)
- func (c OperationalInsightsClient) QueryPacksListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp QueryPacksListCompleteResult, err error)
- func (c OperationalInsightsClient) QueryPacksUpdateTags(ctx context.Context, id QueryPackId, input TagsResource) (result QueryPacksUpdateTagsOperationResponse, err error)
- type QueriesDeleteOperationResponse
- type QueriesGetOperationResponse
- type QueriesId
- type QueriesListCompleteResult
- type QueriesListOperationOptions
- type QueriesListOperationResponse
- type QueriesPutOperationResponse
- type QueriesSearchCompleteResult
- type QueriesSearchOperationOptions
- type QueriesSearchOperationResponse
- type QueriesUpdateOperationResponse
- type QueryPackId
- type QueryPacksCreateOrUpdateOperationResponse
- type QueryPacksDeleteOperationResponse
- type QueryPacksGetOperationResponse
- type QueryPacksListByResourceGroupCompleteResult
- type QueryPacksListByResourceGroupOperationResponse
- type QueryPacksListCompleteResult
- type QueryPacksListOperationResponse
- type QueryPacksUpdateTagsOperationResponse
- type TagsResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateQueriesID ¶
ValidateQueriesID checks that 'input' can be parsed as a Queries ID
func ValidateQueryPackID ¶
ValidateQueryPackID checks that 'input' can be parsed as a Query Pack ID
Types ¶
type LogAnalyticsQueryPack ¶
type LogAnalyticsQueryPackOperationPredicate ¶
type LogAnalyticsQueryPackOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (LogAnalyticsQueryPackOperationPredicate) Matches ¶
func (p LogAnalyticsQueryPackOperationPredicate) Matches(input LogAnalyticsQueryPack) bool
type LogAnalyticsQueryPackProperties ¶
type LogAnalyticsQueryPackProperties struct { ProvisioningState *string `json:"provisioningState,omitempty"` QueryPackId *string `json:"queryPackId,omitempty"` TimeCreated *string `json:"timeCreated,omitempty"` TimeModified *string `json:"timeModified,omitempty"` }
func (*LogAnalyticsQueryPackProperties) GetTimeCreatedAsTime ¶
func (o *LogAnalyticsQueryPackProperties) GetTimeCreatedAsTime() (*time.Time, error)
func (*LogAnalyticsQueryPackProperties) GetTimeModifiedAsTime ¶
func (o *LogAnalyticsQueryPackProperties) GetTimeModifiedAsTime() (*time.Time, error)
func (*LogAnalyticsQueryPackProperties) SetTimeCreatedAsTime ¶
func (o *LogAnalyticsQueryPackProperties) SetTimeCreatedAsTime(input time.Time)
func (*LogAnalyticsQueryPackProperties) SetTimeModifiedAsTime ¶
func (o *LogAnalyticsQueryPackProperties) SetTimeModifiedAsTime(input time.Time)
type LogAnalyticsQueryPackQuery ¶
type LogAnalyticsQueryPackQuery struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *LogAnalyticsQueryPackQueryProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type LogAnalyticsQueryPackQueryOperationPredicate ¶
func (LogAnalyticsQueryPackQueryOperationPredicate) Matches ¶
func (p LogAnalyticsQueryPackQueryOperationPredicate) Matches(input LogAnalyticsQueryPackQuery) bool
type LogAnalyticsQueryPackQueryProperties ¶
type LogAnalyticsQueryPackQueryProperties struct { Author *string `json:"author,omitempty"` Body string `json:"body"` Description *string `json:"description,omitempty"` DisplayName string `json:"displayName"` Id *string `json:"id,omitempty"` Properties *interface{} `json:"properties,omitempty"` Related *LogAnalyticsQueryPackQueryPropertiesRelated `json:"related,omitempty"` Tags *map[string][]string `json:"tags,omitempty"` TimeCreated *string `json:"timeCreated,omitempty"` TimeModified *string `json:"timeModified,omitempty"` }
func (*LogAnalyticsQueryPackQueryProperties) GetTimeCreatedAsTime ¶
func (o *LogAnalyticsQueryPackQueryProperties) GetTimeCreatedAsTime() (*time.Time, error)
func (*LogAnalyticsQueryPackQueryProperties) GetTimeModifiedAsTime ¶
func (o *LogAnalyticsQueryPackQueryProperties) GetTimeModifiedAsTime() (*time.Time, error)
func (*LogAnalyticsQueryPackQueryProperties) SetTimeCreatedAsTime ¶
func (o *LogAnalyticsQueryPackQueryProperties) SetTimeCreatedAsTime(input time.Time)
func (*LogAnalyticsQueryPackQueryProperties) SetTimeModifiedAsTime ¶
func (o *LogAnalyticsQueryPackQueryProperties) SetTimeModifiedAsTime(input time.Time)
type LogAnalyticsQueryPackQuerySearchProperties ¶
type LogAnalyticsQueryPackQuerySearchProperties struct { Related *LogAnalyticsQueryPackQuerySearchPropertiesRelated `json:"related,omitempty"` Tags *map[string][]string `json:"tags,omitempty"` }
type OperationalInsightsClient ¶
type OperationalInsightsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewOperationalInsightsClientWithBaseURI ¶
func NewOperationalInsightsClientWithBaseURI(endpoint string) OperationalInsightsClient
func (OperationalInsightsClient) QueriesDelete ¶
func (c OperationalInsightsClient) QueriesDelete(ctx context.Context, id QueriesId) (result QueriesDeleteOperationResponse, err error)
QueriesDelete ...
func (OperationalInsightsClient) QueriesGet ¶
func (c OperationalInsightsClient) QueriesGet(ctx context.Context, id QueriesId) (result QueriesGetOperationResponse, err error)
QueriesGet ...
func (OperationalInsightsClient) QueriesList ¶
func (c OperationalInsightsClient) QueriesList(ctx context.Context, id QueryPackId, options QueriesListOperationOptions) (resp QueriesListOperationResponse, err error)
QueriesList ...
func (OperationalInsightsClient) QueriesListComplete ¶
func (c OperationalInsightsClient) QueriesListComplete(ctx context.Context, id QueryPackId, options QueriesListOperationOptions) (QueriesListCompleteResult, error)
QueriesListComplete retrieves all of the results into a single object
func (OperationalInsightsClient) QueriesListCompleteMatchingPredicate ¶
func (c OperationalInsightsClient) QueriesListCompleteMatchingPredicate(ctx context.Context, id QueryPackId, options QueriesListOperationOptions, predicate LogAnalyticsQueryPackQueryOperationPredicate) (resp QueriesListCompleteResult, err error)
QueriesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OperationalInsightsClient) QueriesPut ¶
func (c OperationalInsightsClient) QueriesPut(ctx context.Context, id QueriesId, input LogAnalyticsQueryPackQuery) (result QueriesPutOperationResponse, err error)
QueriesPut ...
func (OperationalInsightsClient) QueriesSearch ¶
func (c OperationalInsightsClient) QueriesSearch(ctx context.Context, id QueryPackId, input LogAnalyticsQueryPackQuerySearchProperties, options QueriesSearchOperationOptions) (resp QueriesSearchOperationResponse, err error)
QueriesSearch ...
func (OperationalInsightsClient) QueriesSearchComplete ¶
func (c OperationalInsightsClient) QueriesSearchComplete(ctx context.Context, id QueryPackId, input LogAnalyticsQueryPackQuerySearchProperties, options QueriesSearchOperationOptions) (QueriesSearchCompleteResult, error)
QueriesSearchComplete retrieves all of the results into a single object
func (OperationalInsightsClient) QueriesSearchCompleteMatchingPredicate ¶
func (c OperationalInsightsClient) QueriesSearchCompleteMatchingPredicate(ctx context.Context, id QueryPackId, input LogAnalyticsQueryPackQuerySearchProperties, options QueriesSearchOperationOptions, predicate LogAnalyticsQueryPackQueryOperationPredicate) (resp QueriesSearchCompleteResult, err error)
QueriesSearchCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OperationalInsightsClient) QueriesUpdate ¶
func (c OperationalInsightsClient) QueriesUpdate(ctx context.Context, id QueriesId, input LogAnalyticsQueryPackQuery) (result QueriesUpdateOperationResponse, err error)
QueriesUpdate ...
func (OperationalInsightsClient) QueryPacksCreateOrUpdate ¶
func (c OperationalInsightsClient) QueryPacksCreateOrUpdate(ctx context.Context, id QueryPackId, input LogAnalyticsQueryPack) (result QueryPacksCreateOrUpdateOperationResponse, err error)
QueryPacksCreateOrUpdate ...
func (OperationalInsightsClient) QueryPacksDelete ¶
func (c OperationalInsightsClient) QueryPacksDelete(ctx context.Context, id QueryPackId) (result QueryPacksDeleteOperationResponse, err error)
QueryPacksDelete ...
func (OperationalInsightsClient) QueryPacksGet ¶
func (c OperationalInsightsClient) QueryPacksGet(ctx context.Context, id QueryPackId) (result QueryPacksGetOperationResponse, err error)
QueryPacksGet ...
func (OperationalInsightsClient) QueryPacksList ¶
func (c OperationalInsightsClient) QueryPacksList(ctx context.Context, id commonids.SubscriptionId) (resp QueryPacksListOperationResponse, err error)
QueryPacksList ...
func (OperationalInsightsClient) QueryPacksListByResourceGroup ¶
func (c OperationalInsightsClient) QueryPacksListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp QueryPacksListByResourceGroupOperationResponse, err error)
QueryPacksListByResourceGroup ...
func (OperationalInsightsClient) QueryPacksListByResourceGroupComplete ¶
func (c OperationalInsightsClient) QueryPacksListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (QueryPacksListByResourceGroupCompleteResult, error)
QueryPacksListByResourceGroupComplete retrieves all of the results into a single object
func (OperationalInsightsClient) QueryPacksListByResourceGroupCompleteMatchingPredicate ¶
func (c OperationalInsightsClient) QueryPacksListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate LogAnalyticsQueryPackOperationPredicate) (resp QueryPacksListByResourceGroupCompleteResult, err error)
QueryPacksListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OperationalInsightsClient) QueryPacksListComplete ¶
func (c OperationalInsightsClient) QueryPacksListComplete(ctx context.Context, id commonids.SubscriptionId) (QueryPacksListCompleteResult, error)
QueryPacksListComplete retrieves all of the results into a single object
func (OperationalInsightsClient) QueryPacksListCompleteMatchingPredicate ¶
func (c OperationalInsightsClient) QueryPacksListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate LogAnalyticsQueryPackOperationPredicate) (resp QueryPacksListCompleteResult, err error)
QueryPacksListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OperationalInsightsClient) QueryPacksUpdateTags ¶
func (c OperationalInsightsClient) QueryPacksUpdateTags(ctx context.Context, id QueryPackId, input TagsResource) (result QueryPacksUpdateTagsOperationResponse, err error)
QueryPacksUpdateTags ...
type QueriesGetOperationResponse ¶
type QueriesGetOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPackQuery }
type QueriesId ¶
type QueriesId struct { SubscriptionId string ResourceGroupName string QueryPackName string Id string }
QueriesId is a struct representing the Resource ID for a Queries
func NewQueriesID ¶
func NewQueriesID(subscriptionId string, resourceGroupName string, queryPackName string, id string) QueriesId
NewQueriesID returns a new QueriesId struct
func ParseQueriesID ¶
ParseQueriesID parses 'input' into a QueriesId
func ParseQueriesIDInsensitively ¶
ParseQueriesIDInsensitively parses 'input' case-insensitively into a QueriesId note: this method should only be used for API response data and not user input
func (QueriesId) Segments ¶
func (id QueriesId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Queries ID
type QueriesListCompleteResult ¶
type QueriesListCompleteResult struct {
Items []LogAnalyticsQueryPackQuery
}
type QueriesListOperationOptions ¶
func DefaultQueriesListOperationOptions ¶
func DefaultQueriesListOperationOptions() QueriesListOperationOptions
type QueriesListOperationResponse ¶
type QueriesListOperationResponse struct { HttpResponse *http.Response Model *[]LogAnalyticsQueryPackQuery // contains filtered or unexported fields }
func (QueriesListOperationResponse) HasMore ¶
func (r QueriesListOperationResponse) HasMore() bool
func (QueriesListOperationResponse) LoadMore ¶
func (r QueriesListOperationResponse) LoadMore(ctx context.Context) (resp QueriesListOperationResponse, err error)
type QueriesPutOperationResponse ¶
type QueriesPutOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPackQuery }
type QueriesSearchCompleteResult ¶
type QueriesSearchCompleteResult struct {
Items []LogAnalyticsQueryPackQuery
}
type QueriesSearchOperationOptions ¶
func DefaultQueriesSearchOperationOptions ¶
func DefaultQueriesSearchOperationOptions() QueriesSearchOperationOptions
type QueriesSearchOperationResponse ¶
type QueriesSearchOperationResponse struct { HttpResponse *http.Response Model *[]LogAnalyticsQueryPackQuery // contains filtered or unexported fields }
func (QueriesSearchOperationResponse) HasMore ¶
func (r QueriesSearchOperationResponse) HasMore() bool
func (QueriesSearchOperationResponse) LoadMore ¶
func (r QueriesSearchOperationResponse) LoadMore(ctx context.Context) (resp QueriesSearchOperationResponse, err error)
type QueriesUpdateOperationResponse ¶
type QueriesUpdateOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPackQuery }
type QueryPackId ¶
QueryPackId is a struct representing the Resource ID for a Query Pack
func NewQueryPackID ¶
func NewQueryPackID(subscriptionId string, resourceGroupName string, queryPackName string) QueryPackId
NewQueryPackID returns a new QueryPackId struct
func ParseQueryPackID ¶
func ParseQueryPackID(input string) (*QueryPackId, error)
ParseQueryPackID parses 'input' into a QueryPackId
func ParseQueryPackIDInsensitively ¶
func ParseQueryPackIDInsensitively(input string) (*QueryPackId, error)
ParseQueryPackIDInsensitively parses 'input' case-insensitively into a QueryPackId note: this method should only be used for API response data and not user input
func (QueryPackId) Segments ¶
func (id QueryPackId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Query Pack ID
func (QueryPackId) String ¶
func (id QueryPackId) String() string
String returns a human-readable description of this Query Pack ID
type QueryPacksCreateOrUpdateOperationResponse ¶
type QueryPacksCreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPack }
type QueryPacksGetOperationResponse ¶
type QueryPacksGetOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPack }
type QueryPacksListByResourceGroupCompleteResult ¶
type QueryPacksListByResourceGroupCompleteResult struct {
Items []LogAnalyticsQueryPack
}
type QueryPacksListByResourceGroupOperationResponse ¶
type QueryPacksListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]LogAnalyticsQueryPack // contains filtered or unexported fields }
func (QueryPacksListByResourceGroupOperationResponse) HasMore ¶
func (r QueryPacksListByResourceGroupOperationResponse) HasMore() bool
func (QueryPacksListByResourceGroupOperationResponse) LoadMore ¶
func (r QueryPacksListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp QueryPacksListByResourceGroupOperationResponse, err error)
type QueryPacksListCompleteResult ¶
type QueryPacksListCompleteResult struct {
Items []LogAnalyticsQueryPack
}
type QueryPacksListOperationResponse ¶
type QueryPacksListOperationResponse struct { HttpResponse *http.Response Model *[]LogAnalyticsQueryPack // contains filtered or unexported fields }
func (QueryPacksListOperationResponse) HasMore ¶
func (r QueryPacksListOperationResponse) HasMore() bool
func (QueryPacksListOperationResponse) LoadMore ¶
func (r QueryPacksListOperationResponse) LoadMore(ctx context.Context) (resp QueryPacksListOperationResponse, err error)
type QueryPacksUpdateTagsOperationResponse ¶
type QueryPacksUpdateTagsOperationResponse struct { HttpResponse *http.Response Model *LogAnalyticsQueryPack }
type TagsResource ¶
Source Files ¶
- client.go
- id_queries.go
- id_querypack.go
- method_queriesdelete_autorest.go
- method_queriesget_autorest.go
- method_querieslist_autorest.go
- method_queriesput_autorest.go
- method_queriessearch_autorest.go
- method_queriesupdate_autorest.go
- method_querypackscreateorupdate_autorest.go
- method_querypacksdelete_autorest.go
- method_querypacksget_autorest.go
- method_querypackslist_autorest.go
- method_querypackslistbyresourcegroup_autorest.go
- method_querypacksupdatetags_autorest.go
- model_loganalyticsquerypack.go
- model_loganalyticsquerypackproperties.go
- model_loganalyticsquerypackquery.go
- model_loganalyticsquerypackqueryproperties.go
- model_loganalyticsquerypackquerypropertiesrelated.go
- model_loganalyticsquerypackquerysearchproperties.go
- model_loganalyticsquerypackquerysearchpropertiesrelated.go
- model_tagsresource.go
- predicates.go
- version.go