Documentation ¶
Index ¶
- func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)
- type ExposureControlBatchRequest
- type ExposureControlBatchResponse
- type ExposureControlClient
- 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
- type ExposureControlResponse
- type FactoryId
- type GetFeatureValueByFactoryOperationResponse
- type GetFeatureValueOperationResponse
- type LocationId
- type QueryFeatureValuesByFactoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateFactoryID ¶
ValidateFactoryID checks that 'input' can be parsed as a Factory ID
func ValidateLocationID ¶
ValidateLocationID checks that 'input' can be parsed as a Location ID
Types ¶
type ExposureControlBatchRequest ¶
type ExposureControlBatchRequest struct {
ExposureControlRequests []ExposureControlRequest `json:"exposureControlRequests"`
}
type ExposureControlBatchResponse ¶
type ExposureControlBatchResponse struct {
ExposureControlResponses []ExposureControlResponse `json:"exposureControlResponses"`
}
type ExposureControlClient ¶
type ExposureControlClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewExposureControlClientWithBaseURI ¶
func NewExposureControlClientWithBaseURI(endpoint string) ExposureControlClient
func (ExposureControlClient) GetFeatureValue ¶
func (c ExposureControlClient) GetFeatureValue(ctx context.Context, id LocationId, input ExposureControlRequest) (result GetFeatureValueOperationResponse, err error)
GetFeatureValue ...
func (ExposureControlClient) GetFeatureValueByFactory ¶
func (c ExposureControlClient) GetFeatureValueByFactory(ctx context.Context, id FactoryId, input ExposureControlRequest) (result GetFeatureValueByFactoryOperationResponse, err error)
GetFeatureValueByFactory ...
func (ExposureControlClient) QueryFeatureValuesByFactory ¶
func (c ExposureControlClient) QueryFeatureValuesByFactory(ctx context.Context, id FactoryId, input ExposureControlBatchRequest) (result QueryFeatureValuesByFactoryOperationResponse, err error)
QueryFeatureValuesByFactory ...
type ExposureControlRequest ¶
type ExposureControlResponse ¶
type FactoryId ¶
FactoryId is a struct representing the Resource ID for a Factory
func NewFactoryID ¶
NewFactoryID returns a new FactoryId struct
func ParseFactoryID ¶
ParseFactoryID parses 'input' into a FactoryId
func ParseFactoryIDInsensitively ¶
ParseFactoryIDInsensitively parses 'input' case-insensitively into a FactoryId note: this method should only be used for API response data and not user input
func (FactoryId) Segments ¶
func (id FactoryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Factory ID
type GetFeatureValueByFactoryOperationResponse ¶
type GetFeatureValueByFactoryOperationResponse struct { HttpResponse *http.Response Model *ExposureControlResponse }
type GetFeatureValueOperationResponse ¶
type GetFeatureValueOperationResponse struct { HttpResponse *http.Response Model *ExposureControlResponse }
type LocationId ¶
LocationId is a struct representing the Resource ID for a Location
func NewLocationID ¶
func NewLocationID(subscriptionId string, locationId string) LocationId
NewLocationID returns a new LocationId struct
func ParseLocationID ¶
func ParseLocationID(input string) (*LocationId, error)
ParseLocationID parses 'input' into a LocationId
func ParseLocationIDInsensitively ¶
func ParseLocationIDInsensitively(input string) (*LocationId, error)
ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input
func (LocationId) Segments ¶
func (id LocationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location ID
func (LocationId) String ¶
func (id LocationId) String() string
String returns a human-readable description of this Location ID
type QueryFeatureValuesByFactoryOperationResponse ¶
type QueryFeatureValuesByFactoryOperationResponse struct { HttpResponse *http.Response Model *ExposureControlBatchResponse }
Source Files ¶
- client.go
- id_factory.go
- id_location.go
- method_getfeaturevalue_autorest.go
- method_getfeaturevaluebyfactory_autorest.go
- method_queryfeaturevaluesbyfactory_autorest.go
- model_exposurecontrolbatchrequest.go
- model_exposurecontrolbatchresponse.go
- model_exposurecontrolrequest.go
- model_exposurecontrolresponse.go
- version.go