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 ValidateWatchlistID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWatchlistItemID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *WatchlistItem + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *WatchlistItem + OData *odata.OData + type ListCompleteResult struct + Items []WatchlistItem + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]WatchlistItem + OData *odata.OData + type UserInfo struct + Email *string + Name *string + ObjectId *string + type WatchlistId struct + ResourceGroupName string + SubscriptionId string + WatchlistAlias string + WorkspaceName string + func NewWatchlistID(subscriptionId string, resourceGroupName string, workspaceName string, ...) WatchlistId + func ParseWatchlistID(input string) (*WatchlistId, error) + func ParseWatchlistIDInsensitively(input string) (*WatchlistId, error) + func (id *WatchlistId) FromParseResult(input resourceids.ParseResult) error + func (id WatchlistId) ID() string + func (id WatchlistId) Segments() []resourceids.Segment + func (id WatchlistId) String() string + type WatchlistItem struct + Etag *string + Id *string + Name *string + Properties *WatchlistItemProperties + SystemData *systemdata.SystemData + Type *string + type WatchlistItemId struct + ResourceGroupName string + SubscriptionId string + WatchlistAlias string + WatchlistItemId string + WorkspaceName string + func NewWatchlistItemID(subscriptionId string, resourceGroupName string, workspaceName string, ...) WatchlistItemId + func ParseWatchlistItemID(input string) (*WatchlistItemId, error) + func ParseWatchlistItemIDInsensitively(input string) (*WatchlistItemId, error) + func (id *WatchlistItemId) FromParseResult(input resourceids.ParseResult) error + func (id WatchlistItemId) ID() string + func (id WatchlistItemId) Segments() []resourceids.Segment + func (id WatchlistItemId) String() string + type WatchlistItemOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p WatchlistItemOperationPredicate) Matches(input WatchlistItem) bool + type WatchlistItemProperties struct + Created *string + CreatedBy *UserInfo + EntityMapping *interface{} + IsDeleted *bool + ItemsKeyValue interface{} + TenantId *string + Updated *string + UpdatedBy *UserInfo + WatchlistItemId *string + WatchlistItemType *string + func (o *WatchlistItemProperties) GetCreatedAsTime() (*time.Time, error) + func (o *WatchlistItemProperties) GetUpdatedAsTime() (*time.Time, error) + func (o *WatchlistItemProperties) SetCreatedAsTime(input time.Time) + func (o *WatchlistItemProperties) SetUpdatedAsTime(input time.Time) + type WatchlistItemsClient struct + Client *resourcemanager.Client + func NewWatchlistItemsClientWithBaseURI(sdkApi sdkEnv.Api) (*WatchlistItemsClient, error) + func (c WatchlistItemsClient) CreateOrUpdate(ctx context.Context, id WatchlistItemId, input WatchlistItem) (result CreateOrUpdateOperationResponse, err error) + func (c WatchlistItemsClient) Delete(ctx context.Context, id WatchlistItemId) (result DeleteOperationResponse, err error) + func (c WatchlistItemsClient) Get(ctx context.Context, id WatchlistItemId) (result GetOperationResponse, err error) + func (c WatchlistItemsClient) List(ctx context.Context, id WatchlistId) (result ListOperationResponse, err error) + func (c WatchlistItemsClient) ListComplete(ctx context.Context, id WatchlistId) (ListCompleteResult, error) + func (c WatchlistItemsClient) ListCompleteMatchingPredicate(ctx context.Context, id WatchlistId, predicate WatchlistItemOperationPredicate) (result ListCompleteResult, err error)