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 ValidateApiIssueID(input interface{}, key string) (warnings []string, errors []error) + func ValidateCommentID(input interface{}, key string) (warnings []string, errors []error) + type ApiIssueCommentClient struct + Client *resourcemanager.Client + func NewApiIssueCommentClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiIssueCommentClient, error) + func (c ApiIssueCommentClient) CreateOrUpdate(ctx context.Context, id CommentId, input IssueCommentContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiIssueCommentClient) Delete(ctx context.Context, id CommentId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiIssueCommentClient) Get(ctx context.Context, id CommentId) (result GetOperationResponse, err error) + func (c ApiIssueCommentClient) GetEntityTag(ctx context.Context, id CommentId) (result GetEntityTagOperationResponse, err error) + func (c ApiIssueCommentClient) ListByService(ctx context.Context, id ApiIssueId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c ApiIssueCommentClient) ListByServiceComplete(ctx context.Context, id ApiIssueId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c ApiIssueCommentClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ApiIssueId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + type ApiIssueId struct + ApiId string + IssueId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiIssueID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiIssueId + func ParseApiIssueID(input string) (*ApiIssueId, error) + func ParseApiIssueIDInsensitively(input string) (*ApiIssueId, error) + func (id *ApiIssueId) FromParseResult(input resourceids.ParseResult) error + func (id ApiIssueId) ID() string + func (id ApiIssueId) Segments() []resourceids.Segment + func (id ApiIssueId) String() string + type CommentId struct + ApiId string + CommentId string + IssueId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewCommentID(subscriptionId string, resourceGroupName string, serviceName 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 CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IssueCommentContract + OData *odata.OData + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *IssueCommentContract + OData *odata.OData + type IssueCommentContract struct + Id *string + Name *string + Properties *IssueCommentContractProperties + Type *string + type IssueCommentContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p IssueCommentContractOperationPredicate) Matches(input IssueCommentContract) bool + type IssueCommentContractProperties struct + CreatedDate *string + Text string + UserId string + func (o *IssueCommentContractProperties) GetCreatedDateAsTime() (*time.Time, error) + func (o *IssueCommentContractProperties) SetCreatedDateAsTime(input time.Time) + type ListByServiceCompleteResult struct + Items []IssueCommentContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]IssueCommentContract + OData *odata.OData