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 PossibleValuesForCreatedByType() []string + func PossibleValuesForProvisioningState() []string + func ValidateAzureTrafficCollectorID(input interface{}, key string) (warnings []string, errors []error) + type AzureTrafficCollector struct + Etag *string + Id *string + Location string + Name *string + Properties *AzureTrafficCollectorPropertiesFormat + SystemData *SystemData + Tags *map[string]string + Type *string + type AzureTrafficCollectorId struct + AzureTrafficCollectorName string + ResourceGroupName string + SubscriptionId string + func NewAzureTrafficCollectorID(subscriptionId string, resourceGroupName string, ...) AzureTrafficCollectorId + func ParseAzureTrafficCollectorID(input string) (*AzureTrafficCollectorId, error) + func ParseAzureTrafficCollectorIDInsensitively(input string) (*AzureTrafficCollectorId, error) + func (id *AzureTrafficCollectorId) FromParseResult(input resourceids.ParseResult) error + func (id AzureTrafficCollectorId) ID() string + func (id AzureTrafficCollectorId) Segments() []resourceids.Segment + func (id AzureTrafficCollectorId) String() string + type AzureTrafficCollectorOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p AzureTrafficCollectorOperationPredicate) Matches(input AzureTrafficCollector) bool + type AzureTrafficCollectorPropertiesFormat struct + CollectorPolicies *[]ResourceReference + ProvisioningState *ProvisioningState + VirtualHub *ResourceReference + type AzureTrafficCollectorsClient struct + Client *resourcemanager.Client + func NewAzureTrafficCollectorsClientWithBaseURI(sdkApi sdkEnv.Api) (*AzureTrafficCollectorsClient, error) + func (c AzureTrafficCollectorsClient) ByResourceGroupList(ctx context.Context, id commonids.ResourceGroupId) (result ByResourceGroupListOperationResponse, err error) + func (c AzureTrafficCollectorsClient) ByResourceGroupListComplete(ctx context.Context, id commonids.ResourceGroupId) (ByResourceGroupListCompleteResult, error) + func (c AzureTrafficCollectorsClient) ByResourceGroupListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ByResourceGroupListCompleteResult, err error) + func (c AzureTrafficCollectorsClient) BySubscriptionList(ctx context.Context, id commonids.SubscriptionId) (result BySubscriptionListOperationResponse, err error) + func (c AzureTrafficCollectorsClient) BySubscriptionListComplete(ctx context.Context, id commonids.SubscriptionId) (BySubscriptionListCompleteResult, error) + func (c AzureTrafficCollectorsClient) BySubscriptionListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result BySubscriptionListCompleteResult, err error) + func (c AzureTrafficCollectorsClient) CreateOrUpdate(ctx context.Context, id AzureTrafficCollectorId, input AzureTrafficCollector) (result CreateOrUpdateOperationResponse, err error) + func (c AzureTrafficCollectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id AzureTrafficCollectorId, input AzureTrafficCollector) error + func (c AzureTrafficCollectorsClient) Delete(ctx context.Context, id AzureTrafficCollectorId) (result DeleteOperationResponse, err error) + func (c AzureTrafficCollectorsClient) DeleteThenPoll(ctx context.Context, id AzureTrafficCollectorId) error + func (c AzureTrafficCollectorsClient) Get(ctx context.Context, id AzureTrafficCollectorId) (result GetOperationResponse, err error) + func (c AzureTrafficCollectorsClient) UpdateTags(ctx context.Context, id AzureTrafficCollectorId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type ByResourceGroupListCompleteResult struct + Items []AzureTrafficCollector + LatestHttpResponse *http.Response + type ByResourceGroupListCustomPager struct + NextLink *odata.Link + func (p *ByResourceGroupListCustomPager) NextPageLink() *odata.Link + type ByResourceGroupListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureTrafficCollector + OData *odata.OData + type BySubscriptionListCompleteResult struct + Items []AzureTrafficCollector + LatestHttpResponse *http.Response + type BySubscriptionListCustomPager struct + NextLink *odata.Link + func (p *BySubscriptionListCustomPager) NextPageLink() *odata.Link + type BySubscriptionListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureTrafficCollector + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureTrafficCollector + OData *odata.OData + Poller pollers.Poller + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func (s *CreatedByType) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *AzureTrafficCollector + OData *odata.OData + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ResourceReference struct + Id *string + type SystemData struct + CreatedAt *string + CreatedBy *string + CreatedByType *CreatedByType + LastModifiedBy *string + LastModifiedByType *CreatedByType + func (o *SystemData) GetCreatedAtAsTime() (*time.Time, error) + func (o *SystemData) SetCreatedAtAsTime(input time.Time) + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *AzureTrafficCollector + OData *odata.OData