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 ValidateCommentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateIncidentID(input interface{}, key string) (warnings []string, errors []error) + type ClientInfo struct + Email *string + Name *string + ObjectId *string + UserPrincipalName *string + type CommentId struct + IncidentCommentId string + IncidentId string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewCommentID(subscriptionId string, resourceGroupName string, workspaceName string, ...) CommentId + func ParseCommentID(input string) (*CommentId, error) + func ParseCommentIDInsensitively(input string) (*CommentId, error) + func (id *CommentId) FromParseResult(input resourceids.ParseResult) error + func (id CommentId) ID() string + func (id CommentId) Segments() []resourceids.Segment + func (id CommentId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IncidentComment + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *IncidentComment + OData *odata.OData + type IncidentComment struct + Etag *string + Id *string + Name *string + Properties *IncidentCommentProperties + SystemData *systemdata.SystemData + Type *string + type IncidentCommentOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p IncidentCommentOperationPredicate) Matches(input IncidentComment) bool + type IncidentCommentProperties struct + Author *ClientInfo + CreatedTimeUtc *string + LastModifiedTimeUtc *string + Message string + func (o *IncidentCommentProperties) GetCreatedTimeUtcAsTime() (*time.Time, error) + func (o *IncidentCommentProperties) GetLastModifiedTimeUtcAsTime() (*time.Time, error) + func (o *IncidentCommentProperties) SetCreatedTimeUtcAsTime(input time.Time) + func (o *IncidentCommentProperties) SetLastModifiedTimeUtcAsTime(input time.Time) + type IncidentCommentsClient struct + Client *resourcemanager.Client + func NewIncidentCommentsClientWithBaseURI(sdkApi sdkEnv.Api) (*IncidentCommentsClient, error) + func (c IncidentCommentsClient) CreateOrUpdate(ctx context.Context, id CommentId, input IncidentComment) (result CreateOrUpdateOperationResponse, err error) + func (c IncidentCommentsClient) Delete(ctx context.Context, id CommentId) (result DeleteOperationResponse, err error) + func (c IncidentCommentsClient) Get(ctx context.Context, id CommentId) (result GetOperationResponse, err error) + func (c IncidentCommentsClient) List(ctx context.Context, id IncidentId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c IncidentCommentsClient) ListComplete(ctx context.Context, id IncidentId, options ListOperationOptions) (ListCompleteResult, error) + func (c IncidentCommentsClient) ListCompleteMatchingPredicate(ctx context.Context, id IncidentId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type IncidentId struct + IncidentIdentifier string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewIncidentID(subscriptionId string, resourceGroupName string, workspaceName string, ...) IncidentId + func ParseIncidentID(input string) (*IncidentId, error) + func ParseIncidentIDInsensitively(input string) (*IncidentId, error) + func (id *IncidentId) FromParseResult(input resourceids.ParseResult) error + func (id IncidentId) ID() string + func (id IncidentId) Segments() []resourceids.Segment + func (id IncidentId) String() string + type ListCompleteResult struct + Items []IncidentComment + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Filter *string + Orderby *string + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]IncidentComment + OData *odata.OData