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 ValidateAttachmentID(input interface{}, key string) (warnings []string, errors []error) + type ApiIssueAttachmentClient struct + Client *resourcemanager.Client + func NewApiIssueAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiIssueAttachmentClient, error) + func (c ApiIssueAttachmentClient) CreateOrUpdate(ctx context.Context, id AttachmentId, input IssueAttachmentContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiIssueAttachmentClient) Delete(ctx context.Context, id AttachmentId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiIssueAttachmentClient) Get(ctx context.Context, id AttachmentId) (result GetOperationResponse, err error) + func (c ApiIssueAttachmentClient) GetEntityTag(ctx context.Context, id AttachmentId) (result GetEntityTagOperationResponse, err error) + func (c ApiIssueAttachmentClient) ListByService(ctx context.Context, id ApiIssueId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c ApiIssueAttachmentClient) ListByServiceComplete(ctx context.Context, id ApiIssueId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c ApiIssueAttachmentClient) 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 AttachmentId struct + ApiId string + AttachmentId string + IssueId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewAttachmentID(subscriptionId string, resourceGroupName string, serviceName string, ...) AttachmentId + func ParseAttachmentID(input string) (*AttachmentId, error) + func ParseAttachmentIDInsensitively(input string) (*AttachmentId, error) + func (id *AttachmentId) FromParseResult(input resourceids.ParseResult) error + func (id AttachmentId) ID() string + func (id AttachmentId) Segments() []resourceids.Segment + func (id AttachmentId) 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 *IssueAttachmentContract + 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 *IssueAttachmentContract + OData *odata.OData + type IssueAttachmentContract struct + Id *string + Name *string + Properties *IssueAttachmentContractProperties + Type *string + type IssueAttachmentContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p IssueAttachmentContractOperationPredicate) Matches(input IssueAttachmentContract) bool + type IssueAttachmentContractProperties struct + Content string + ContentFormat string + Title string + type ListByServiceCompleteResult struct + Items []IssueAttachmentContract + 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 *[]IssueAttachmentContract + OData *odata.OData