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 PossibleValuesForWebTestKind() []string + func ValidateComponentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWebTestID(input interface{}, key string) (warnings []string, errors []error) + type ComponentId struct + ComponentName string + ResourceGroupName string + SubscriptionId string + func NewComponentID(subscriptionId string, resourceGroupName string, componentName string) ComponentId + func ParseComponentID(input string) (*ComponentId, error) + func ParseComponentIDInsensitively(input string) (*ComponentId, error) + func (id *ComponentId) FromParseResult(input resourceids.ParseResult) error + func (id ComponentId) ID() string + func (id ComponentId) Segments() []resourceids.Segment + func (id ComponentId) String() string + type TagsResource struct + Tags *map[string]string + type WebTest struct + Id *string + Kind *WebTestKind + Location string + Name *string + Properties *WebTestProperties + Tags *map[string]string + Type *string + type WebTestGeolocation struct + Id *string + type WebTestId struct + ResourceGroupName string + SubscriptionId string + WebTestName string + func NewWebTestID(subscriptionId string, resourceGroupName string, webTestName string) WebTestId + func ParseWebTestID(input string) (*WebTestId, error) + func ParseWebTestIDInsensitively(input string) (*WebTestId, error) + func (id *WebTestId) FromParseResult(input resourceids.ParseResult) error + func (id WebTestId) ID() string + func (id WebTestId) Segments() []resourceids.Segment + func (id WebTestId) String() string + type WebTestKind string + const WebTestKindMultistep + const WebTestKindPing + func (s *WebTestKind) UnmarshalJSON(bytes []byte) error + type WebTestOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p WebTestOperationPredicate) Matches(input WebTest) bool + type WebTestProperties struct + Configuration *WebTestPropertiesConfiguration + Description *string + Enabled *bool + Frequency *int64 + Kind WebTestKind + Locations []WebTestGeolocation + Name string + ProvisioningState *string + RetryEnabled *bool + SyntheticMonitorId string + Timeout *int64 + type WebTestPropertiesConfiguration struct + WebTest *string + type WebTestsAPIsClient struct + Client *resourcemanager.Client + func NewWebTestsAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*WebTestsAPIsClient, error) + func (c WebTestsAPIsClient) WebTestsCreateOrUpdate(ctx context.Context, id WebTestId, input WebTest) (result WebTestsCreateOrUpdateOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsDelete(ctx context.Context, id WebTestId) (result WebTestsDeleteOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsGet(ctx context.Context, id WebTestId) (result WebTestsGetOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsList(ctx context.Context, id commonids.SubscriptionId) (result WebTestsListOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsListByComponent(ctx context.Context, id ComponentId) (result WebTestsListByComponentOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsListByComponentComplete(ctx context.Context, id ComponentId) (WebTestsListByComponentCompleteResult, error) + func (c WebTestsAPIsClient) WebTestsListByComponentCompleteMatchingPredicate(ctx context.Context, id ComponentId, predicate WebTestOperationPredicate) (result WebTestsListByComponentCompleteResult, err error) + func (c WebTestsAPIsClient) WebTestsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result WebTestsListByResourceGroupOperationResponse, err error) + func (c WebTestsAPIsClient) WebTestsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (WebTestsListByResourceGroupCompleteResult, error) + func (c WebTestsAPIsClient) WebTestsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result WebTestsListByResourceGroupCompleteResult, err error) + func (c WebTestsAPIsClient) WebTestsListComplete(ctx context.Context, id commonids.SubscriptionId) (WebTestsListCompleteResult, error) + func (c WebTestsAPIsClient) WebTestsListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result WebTestsListCompleteResult, err error) + func (c WebTestsAPIsClient) WebTestsUpdateTags(ctx context.Context, id WebTestId, input TagsResource) (result WebTestsUpdateTagsOperationResponse, err error) + type WebTestsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *WebTest + OData *odata.OData + type WebTestsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WebTestsGetOperationResponse struct + HttpResponse *http.Response + Model *WebTest + OData *odata.OData + type WebTestsListByComponentCompleteResult struct + Items []WebTest + LatestHttpResponse *http.Response + type WebTestsListByComponentCustomPager struct + NextLink *odata.Link + func (p *WebTestsListByComponentCustomPager) NextPageLink() *odata.Link + type WebTestsListByComponentOperationResponse struct + HttpResponse *http.Response + Model *[]WebTest + OData *odata.OData + type WebTestsListByResourceGroupCompleteResult struct + Items []WebTest + LatestHttpResponse *http.Response + type WebTestsListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *WebTestsListByResourceGroupCustomPager) NextPageLink() *odata.Link + type WebTestsListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]WebTest + OData *odata.OData + type WebTestsListCompleteResult struct + Items []WebTest + LatestHttpResponse *http.Response + type WebTestsListCustomPager struct + NextLink *odata.Link + func (p *WebTestsListCustomPager) NextPageLink() *odata.Link + type WebTestsListOperationResponse struct + HttpResponse *http.Response + Model *[]WebTest + OData *odata.OData + type WebTestsUpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *WebTest + OData *odata.OData