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 ValidateIssueID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *IssueContract + OData *odata.OData + type IssueClient struct + Client *resourcemanager.Client + func NewIssueClientWithBaseURI(sdkApi sdkEnv.Api) (*IssueClient, error) + func (c IssueClient) Get(ctx context.Context, id IssueId) (result GetOperationResponse, err error) + func (c IssueClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c IssueClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c IssueClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + 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 IssueId struct + IssueId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewIssueID(subscriptionId string, resourceGroupName string, serviceName string, ...) IssueId + func ParseIssueID(input string) (*IssueId, error) + func ParseIssueIDInsensitively(input string) (*IssueId, error) + func (id *IssueId) FromParseResult(input resourceids.ParseResult) error + func (id IssueId) ID() string + func (id IssueId) Segments() []resourceids.Segment + func (id IssueId) String() string + type ListByServiceCompleteResult struct + Items []IssueContract + 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 *[]IssueContract + OData *odata.OData + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type State string + const StateClosed + const StateOpen + const StateProposed + const StateRemoved + const StateResolved + func (s *State) UnmarshalJSON(bytes []byte) error