GetCatalogOptionalParams interface
Optional parameters.
- Extends
Properties
filter | May be used to filter by Catalog properties. The filter supports 'eq', 'or', and 'and'. |
location | Filters the skus based on the location specified in this parameter. This can be an Azure region or global |
offer |
Offer id used to get the third party products |
plan |
Plan id used to get the third party products |
publisher |
Publisher id used to get the third party products |
reserved |
The type of the resource for which the skus should be provided. |
skip | The number of reservations to skip from the list before returning results |
take | To number of reservations to return |
Inherited Properties
abort |
The signal which can be used to abort requests. |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
Options used when tracing is enabled. |
Property Details
filter
May be used to filter by Catalog properties. The filter supports 'eq', 'or', and 'and'.
filter?: string
Property Value
string
location
Filters the skus based on the location specified in this parameter. This can be an Azure region or global
location?: string
Property Value
string
offerId
Offer id used to get the third party products
offerId?: string
Property Value
string
planId
Plan id used to get the third party products
planId?: string
Property Value
string
publisherId
Publisher id used to get the third party products
publisherId?: string
Property Value
string
reservedResourceType
The type of the resource for which the skus should be provided.
reservedResourceType?: string
Property Value
string
skip
The number of reservations to skip from the list before returning results
skip?: number
Property Value
number
take
To number of reservations to return
take?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions