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 PossibleValuesForFeatureDataType() []string + func PossibleValuesForListViewType() []string + func ValidateFeatureID(input interface{}, key string) (warnings []string, errors []error) + func ValidateFeatureSetVersionID(input interface{}, key string) (warnings []string, errors []error) + type Feature struct + DataType *FeatureDataType + Description *string + FeatureName *string + Properties *map[string]string + Tags *map[string]string + type FeatureClient struct + Client *resourcemanager.Client + func NewFeatureClientWithBaseURI(sdkApi sdkEnv.Api) (*FeatureClient, error) + func (c FeatureClient) Get(ctx context.Context, id FeatureId) (result GetOperationResponse, err error) + func (c FeatureClient) List(ctx context.Context, id FeatureSetVersionId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c FeatureClient) ListComplete(ctx context.Context, id FeatureSetVersionId, options ListOperationOptions) (ListCompleteResult, error) + func (c FeatureClient) ListCompleteMatchingPredicate(ctx context.Context, id FeatureSetVersionId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type FeatureDataType string + const FeatureDataTypeBinary + const FeatureDataTypeBoolean + const FeatureDataTypeDatetime + const FeatureDataTypeDouble + const FeatureDataTypeFloat + const FeatureDataTypeInteger + const FeatureDataTypeLong + const FeatureDataTypeString + func (s *FeatureDataType) UnmarshalJSON(bytes []byte) error + type FeatureId struct + FeatureName string + FeatureSetName string + ResourceGroupName string + SubscriptionId string + VersionName string + WorkspaceName string + func NewFeatureID(subscriptionId string, resourceGroupName string, workspaceName string, ...) FeatureId + func ParseFeatureID(input string) (*FeatureId, error) + func ParseFeatureIDInsensitively(input string) (*FeatureId, error) + func (id *FeatureId) FromParseResult(input resourceids.ParseResult) error + func (id FeatureId) ID() string + func (id FeatureId) Segments() []resourceids.Segment + func (id FeatureId) String() string + type FeatureResource struct + Id *string + Name *string + Properties Feature + SystemData *systemdata.SystemData + Type *string + type FeatureResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p FeatureResourceOperationPredicate) Matches(input FeatureResource) bool + type FeatureSetVersionId struct + FeatureSetName string + ResourceGroupName string + SubscriptionId string + VersionName string + WorkspaceName string + func NewFeatureSetVersionID(subscriptionId string, resourceGroupName string, workspaceName string, ...) FeatureSetVersionId + func ParseFeatureSetVersionID(input string) (*FeatureSetVersionId, error) + func ParseFeatureSetVersionIDInsensitively(input string) (*FeatureSetVersionId, error) + func (id *FeatureSetVersionId) FromParseResult(input resourceids.ParseResult) error + func (id FeatureSetVersionId) ID() string + func (id FeatureSetVersionId) Segments() []resourceids.Segment + func (id FeatureSetVersionId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *FeatureResource + OData *odata.OData + type ListCompleteResult struct + Items []FeatureResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Description *string + FeatureName *string + ListViewType *ListViewType + PageSize *int64 + Skip *string + Tags *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]FeatureResource + OData *odata.OData + type ListViewType string + const ListViewTypeActiveOnly + const ListViewTypeAll + const ListViewTypeArchivedOnly + func (s *ListViewType) UnmarshalJSON(bytes []byte) error