Documentation ¶
Index ¶
- func ValidateWatchlistID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWatchlistItemID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type UserInfo
- type WatchlistId
- type WatchlistItem
- type WatchlistItemId
- type WatchlistItemOperationPredicate
- type WatchlistItemProperties
- type WatchlistItemsClient
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateWatchlistID ¶
ValidateWatchlistID checks that 'input' can be parsed as a Watchlist ID
func ValidateWatchlistItemID ¶
ValidateWatchlistItemID checks that 'input' can be parsed as a Watchlist Item ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *WatchlistItem }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *WatchlistItem }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []WatchlistItem }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]WatchlistItem }
type WatchlistId ¶
type WatchlistId struct { SubscriptionId string ResourceGroupName string WorkspaceName string WatchlistAlias string }
WatchlistId is a struct representing the Resource ID for a Watchlist
func NewWatchlistID ¶
func NewWatchlistID(subscriptionId string, resourceGroupName string, workspaceName string, watchlistAlias string) WatchlistId
NewWatchlistID returns a new WatchlistId struct
func ParseWatchlistID ¶
func ParseWatchlistID(input string) (*WatchlistId, error)
ParseWatchlistID parses 'input' into a WatchlistId
func ParseWatchlistIDInsensitively ¶
func ParseWatchlistIDInsensitively(input string) (*WatchlistId, error)
ParseWatchlistIDInsensitively parses 'input' case-insensitively into a WatchlistId note: this method should only be used for API response data and not user input
func (*WatchlistId) FromParseResult ¶
func (id *WatchlistId) FromParseResult(input resourceids.ParseResult) error
func (WatchlistId) Segments ¶
func (id WatchlistId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Watchlist ID
func (WatchlistId) String ¶
func (id WatchlistId) String() string
String returns a human-readable description of this Watchlist ID
type WatchlistItem ¶
type WatchlistItem struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *WatchlistItemProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type WatchlistItemId ¶
type WatchlistItemId struct { SubscriptionId string ResourceGroupName string WorkspaceName string WatchlistAlias string WatchlistItemId string }
WatchlistItemId is a struct representing the Resource ID for a Watchlist Item
func NewWatchlistItemID ¶
func NewWatchlistItemID(subscriptionId string, resourceGroupName string, workspaceName string, watchlistAlias string, watchlistItemId string) WatchlistItemId
NewWatchlistItemID returns a new WatchlistItemId struct
func ParseWatchlistItemID ¶
func ParseWatchlistItemID(input string) (*WatchlistItemId, error)
ParseWatchlistItemID parses 'input' into a WatchlistItemId
func ParseWatchlistItemIDInsensitively ¶
func ParseWatchlistItemIDInsensitively(input string) (*WatchlistItemId, error)
ParseWatchlistItemIDInsensitively parses 'input' case-insensitively into a WatchlistItemId note: this method should only be used for API response data and not user input
func (*WatchlistItemId) FromParseResult ¶
func (id *WatchlistItemId) FromParseResult(input resourceids.ParseResult) error
func (WatchlistItemId) ID ¶
func (id WatchlistItemId) ID() string
ID returns the formatted Watchlist Item ID
func (WatchlistItemId) Segments ¶
func (id WatchlistItemId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Watchlist Item ID
func (WatchlistItemId) String ¶
func (id WatchlistItemId) String() string
String returns a human-readable description of this Watchlist Item ID
type WatchlistItemOperationPredicate ¶
func (WatchlistItemOperationPredicate) Matches ¶
func (p WatchlistItemOperationPredicate) Matches(input WatchlistItem) bool
type WatchlistItemProperties ¶
type WatchlistItemProperties struct { Created *string `json:"created,omitempty"` CreatedBy *UserInfo `json:"createdBy,omitempty"` EntityMapping *interface{} `json:"entityMapping,omitempty"` IsDeleted *bool `json:"isDeleted,omitempty"` ItemsKeyValue interface{} `json:"itemsKeyValue"` TenantId *string `json:"tenantId,omitempty"` Updated *string `json:"updated,omitempty"` UpdatedBy *UserInfo `json:"updatedBy,omitempty"` WatchlistItemId *string `json:"watchlistItemId,omitempty"` WatchlistItemType *string `json:"watchlistItemType,omitempty"` }
func (*WatchlistItemProperties) GetCreatedAsTime ¶
func (o *WatchlistItemProperties) GetCreatedAsTime() (*time.Time, error)
func (*WatchlistItemProperties) GetUpdatedAsTime ¶
func (o *WatchlistItemProperties) GetUpdatedAsTime() (*time.Time, error)
func (*WatchlistItemProperties) SetCreatedAsTime ¶
func (o *WatchlistItemProperties) SetCreatedAsTime(input time.Time)
func (*WatchlistItemProperties) SetUpdatedAsTime ¶
func (o *WatchlistItemProperties) SetUpdatedAsTime(input time.Time)
type WatchlistItemsClient ¶
type WatchlistItemsClient struct {
Client *resourcemanager.Client
}
func NewWatchlistItemsClientWithBaseURI ¶
func NewWatchlistItemsClientWithBaseURI(sdkApi sdkEnv.Api) (*WatchlistItemsClient, error)
func (WatchlistItemsClient) CreateOrUpdate ¶
func (c WatchlistItemsClient) CreateOrUpdate(ctx context.Context, id WatchlistItemId, input WatchlistItem) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (WatchlistItemsClient) Delete ¶
func (c WatchlistItemsClient) Delete(ctx context.Context, id WatchlistItemId) (result DeleteOperationResponse, err error)
Delete ...
func (WatchlistItemsClient) Get ¶
func (c WatchlistItemsClient) Get(ctx context.Context, id WatchlistItemId) (result GetOperationResponse, err error)
Get ...
func (WatchlistItemsClient) List ¶
func (c WatchlistItemsClient) List(ctx context.Context, id WatchlistId) (result ListOperationResponse, err error)
List ...
func (WatchlistItemsClient) ListComplete ¶
func (c WatchlistItemsClient) ListComplete(ctx context.Context, id WatchlistId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (WatchlistItemsClient) ListCompleteMatchingPredicate ¶
func (c WatchlistItemsClient) ListCompleteMatchingPredicate(ctx context.Context, id WatchlistId, predicate WatchlistItemOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate