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 ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type ExposureControlBatchRequest struct + ExposureControlRequests []ExposureControlRequest + type ExposureControlBatchResponse struct + ExposureControlResponses []ExposureControlResponse + type ExposureControlClient struct + Client *resourcemanager.Client + func NewExposureControlClientWithBaseURI(sdkApi sdkEnv.Api) (*ExposureControlClient, error) + func (c ExposureControlClient) GetFeatureValue(ctx context.Context, id LocationId, input ExposureControlRequest) (result GetFeatureValueOperationResponse, err error) + func (c ExposureControlClient) GetFeatureValueByFactory(ctx context.Context, id FactoryId, input ExposureControlRequest) (result GetFeatureValueByFactoryOperationResponse, err error) + func (c ExposureControlClient) QueryFeatureValuesByFactory(ctx context.Context, id FactoryId, input ExposureControlBatchRequest) (result QueryFeatureValuesByFactoryOperationResponse, err error) + type ExposureControlRequest struct + FeatureName *string + FeatureType *string + type ExposureControlResponse struct + FeatureName *string + Value *string + type FactoryId struct + FactoryName string + ResourceGroupName string + SubscriptionId string + func NewFactoryID(subscriptionId string, resourceGroupName string, factoryName string) FactoryId + func ParseFactoryID(input string) (*FactoryId, error) + func ParseFactoryIDInsensitively(input string) (*FactoryId, error) + func (id *FactoryId) FromParseResult(input resourceids.ParseResult) error + func (id FactoryId) ID() string + func (id FactoryId) Segments() []resourceids.Segment + func (id FactoryId) String() string + type GetFeatureValueByFactoryOperationResponse struct + HttpResponse *http.Response + Model *ExposureControlResponse + OData *odata.OData + type GetFeatureValueOperationResponse struct + HttpResponse *http.Response + Model *ExposureControlResponse + OData *odata.OData + type LocationId struct + LocationId string + SubscriptionId string + func NewLocationID(subscriptionId string, locationId string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type QueryFeatureValuesByFactoryOperationResponse struct + HttpResponse *http.Response + Model *ExposureControlBatchResponse + OData *odata.OData