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 PossibleValuesForIncidentTaskStatus() []string + func ValidateIncidentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateTaskID(input interface{}, key string) (warnings []string, errors []error) + type ClientInfo struct + Email *string + Name *string + ObjectId *string + UserPrincipalName *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IncidentTask + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *IncidentTask + OData *odata.OData + 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 IncidentTask struct + Etag *string + Id *string + Name *string + Properties IncidentTaskProperties + SystemData *systemdata.SystemData + Type *string + type IncidentTaskOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p IncidentTaskOperationPredicate) Matches(input IncidentTask) bool + type IncidentTaskProperties struct + CreatedBy *ClientInfo + CreatedTimeUtc *string + Description *string + LastModifiedBy *ClientInfo + LastModifiedTimeUtc *string + Status IncidentTaskStatus + Title string + func (o *IncidentTaskProperties) GetCreatedTimeUtcAsTime() (*time.Time, error) + func (o *IncidentTaskProperties) GetLastModifiedTimeUtcAsTime() (*time.Time, error) + func (o *IncidentTaskProperties) SetCreatedTimeUtcAsTime(input time.Time) + func (o *IncidentTaskProperties) SetLastModifiedTimeUtcAsTime(input time.Time) + type IncidentTaskStatus string + const IncidentTaskStatusCompleted + const IncidentTaskStatusNew + func (s *IncidentTaskStatus) UnmarshalJSON(bytes []byte) error + type IncidentTasksClient struct + Client *resourcemanager.Client + func NewIncidentTasksClientWithBaseURI(sdkApi sdkEnv.Api) (*IncidentTasksClient, error) + func (c IncidentTasksClient) CreateOrUpdate(ctx context.Context, id TaskId, input IncidentTask) (result CreateOrUpdateOperationResponse, err error) + func (c IncidentTasksClient) Delete(ctx context.Context, id TaskId) (result DeleteOperationResponse, err error) + func (c IncidentTasksClient) Get(ctx context.Context, id TaskId) (result GetOperationResponse, err error) + func (c IncidentTasksClient) List(ctx context.Context, id IncidentId) (result ListOperationResponse, err error) + func (c IncidentTasksClient) ListComplete(ctx context.Context, id IncidentId) (ListCompleteResult, error) + func (c IncidentTasksClient) ListCompleteMatchingPredicate(ctx context.Context, id IncidentId, predicate IncidentTaskOperationPredicate) (result ListCompleteResult, err error) + type ListCompleteResult struct + Items []IncidentTask + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]IncidentTask + OData *odata.OData + type TaskId struct + IncidentId string + IncidentTaskId string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewTaskID(subscriptionId string, resourceGroupName string, workspaceName string, ...) TaskId + func ParseTaskID(input string) (*TaskId, error) + func ParseTaskIDInsensitively(input string) (*TaskId, error) + func (id *TaskId) FromParseResult(input resourceids.ParseResult) error + func (id TaskId) ID() string + func (id TaskId) Segments() []resourceids.Segment + func (id TaskId) String() string