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 ValidateComponentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkItemConfigID(input interface{}, key string) (warnings []string, errors []error) + type ComponentId struct + ComponentName string + ResourceGroupName string + SubscriptionId string + func NewComponentID(subscriptionId string, resourceGroupName string, componentName string) ComponentId + func ParseComponentID(input string) (*ComponentId, error) + func ParseComponentIDInsensitively(input string) (*ComponentId, error) + func (id *ComponentId) FromParseResult(input resourceids.ParseResult) error + func (id ComponentId) ID() string + func (id ComponentId) Segments() []resourceids.Segment + func (id ComponentId) String() string + type ComponentWorkItemConfigsAPIsClient struct + Client *resourcemanager.Client + func NewComponentWorkItemConfigsAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*ComponentWorkItemConfigsAPIsClient, error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsCreate(ctx context.Context, id ComponentId, input WorkItemCreateConfiguration) (result WorkItemConfigurationsCreateOperationResponse, err error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsDelete(ctx context.Context, id WorkItemConfigId) (result WorkItemConfigurationsDeleteOperationResponse, err error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsGetDefault(ctx context.Context, id ComponentId) (result WorkItemConfigurationsGetDefaultOperationResponse, err error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsGetItem(ctx context.Context, id WorkItemConfigId) (result WorkItemConfigurationsGetItemOperationResponse, err error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsList(ctx context.Context, id ComponentId) (result WorkItemConfigurationsListOperationResponse, err error) + func (c ComponentWorkItemConfigsAPIsClient) WorkItemConfigurationsUpdateItem(ctx context.Context, id WorkItemConfigId, input WorkItemCreateConfiguration) (result WorkItemConfigurationsUpdateItemOperationResponse, err error) + type WorkItemConfigId struct + ComponentName string + ResourceGroupName string + SubscriptionId string + WorkItemConfigId string + func NewWorkItemConfigID(subscriptionId string, resourceGroupName string, componentName string, ...) WorkItemConfigId + func ParseWorkItemConfigID(input string) (*WorkItemConfigId, error) + func ParseWorkItemConfigIDInsensitively(input string) (*WorkItemConfigId, error) + func (id *WorkItemConfigId) FromParseResult(input resourceids.ParseResult) error + func (id WorkItemConfigId) ID() string + func (id WorkItemConfigId) Segments() []resourceids.Segment + func (id WorkItemConfigId) String() string + type WorkItemConfiguration struct + ConfigDisplayName *string + ConfigProperties *string + ConnectorId *string + Id *string + IsDefault *bool + type WorkItemConfigurationsCreateOperationResponse struct + HttpResponse *http.Response + Model *WorkItemConfiguration + OData *odata.OData + type WorkItemConfigurationsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkItemConfigurationsGetDefaultOperationResponse struct + HttpResponse *http.Response + Model *WorkItemConfiguration + OData *odata.OData + type WorkItemConfigurationsGetItemOperationResponse struct + HttpResponse *http.Response + Model *WorkItemConfiguration + OData *odata.OData + type WorkItemConfigurationsListOperationResponse struct + HttpResponse *http.Response + Model *WorkItemConfigurationsListResult + OData *odata.OData + type WorkItemConfigurationsListResult struct + Value *[]WorkItemConfiguration + type WorkItemConfigurationsUpdateItemOperationResponse struct + HttpResponse *http.Response + Model *WorkItemConfiguration + OData *odata.OData + type WorkItemCreateConfiguration struct + ConnectorDataConfiguration *string + ConnectorId *string + ValidateOnly *bool + WorkItemProperties *map[string]string