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 PossibleValuesForState() []string + func ValidateApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateApiIssueID(input interface{}, key string) (warnings []string, errors []error) + type ApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiId + func ParseApiID(input string) (*ApiId, error) + func ParseApiIDInsensitively(input string) (*ApiId, error) + func (id *ApiId) FromParseResult(input resourceids.ParseResult) error + func (id ApiId) ID() string + func (id ApiId) Segments() []resourceids.Segment + func (id ApiId) String() string + type ApiIssueClient struct + Client *resourcemanager.Client + func NewApiIssueClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiIssueClient, error) + func (c ApiIssueClient) CreateOrUpdate(ctx context.Context, id ApiIssueId, input IssueContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiIssueClient) Delete(ctx context.Context, id ApiIssueId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiIssueClient) Get(ctx context.Context, id ApiIssueId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c ApiIssueClient) GetEntityTag(ctx context.Context, id ApiIssueId) (result GetEntityTagOperationResponse, err error) + func (c ApiIssueClient) ListByService(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c ApiIssueClient) ListByServiceComplete(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c ApiIssueClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c ApiIssueClient) Update(ctx context.Context, id ApiIssueId, input IssueUpdateContract, ...) (result UpdateOperationResponse, 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 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 *IssueContract + 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 GetOperationOptions struct + ExpandCommentsAttachments *bool + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *IssueContract + OData *odata.OData + type IssueContract struct + Id *string + Name *string + Properties *IssueContractProperties + Type *string + type IssueContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p IssueContractOperationPredicate) Matches(input IssueContract) bool + type IssueContractProperties struct + ApiId *string + CreatedDate *string + Description string + State *State + Title string + UserId string + func (o *IssueContractProperties) GetCreatedDateAsTime() (*time.Time, error) + func (o *IssueContractProperties) SetCreatedDateAsTime(input time.Time) + type IssueUpdateContract struct + Properties *IssueUpdateContractProperties + type IssueUpdateContractProperties struct + ApiId *string + CreatedDate *string + Description *string + State *State + Title *string + UserId *string + func (o *IssueUpdateContractProperties) GetCreatedDateAsTime() (*time.Time, error) + func (o *IssueUpdateContractProperties) SetCreatedDateAsTime(input time.Time) + type ListByServiceCompleteResult struct + Items []IssueContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + ExpandCommentsAttachments *bool + 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 *[]IssueContract + OData *odata.OData + type State string + const StateClosed + const StateOpen + const StateProposed + const StateRemoved + const StateResolved + func (s *State) UnmarshalJSON(bytes []byte) error + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *IssueContract + OData *odata.OData