operator_api_plans
Creates, updates, deletes, gets or lists a operator_api_plans
resource.
Overview
Name | operator_api_plans |
Type | Resource |
Id | azure.programmableconnectivity.operator_api_plans |
Fields
- vw_operator_api_plans
- operator_api_plans
Name | Datatype | Description |
---|---|---|
camara_api_name | text | field from the properties object |
limits | text | field from the properties object |
marketplace_properties | text | field from the properties object |
markets | text | field from the properties object |
operatorApiPlanName | text | field from the properties object |
operator_name | text | field from the properties object |
operator_regions | text | field from the properties object |
provisioning_state | text | field from the properties object |
subscriptionId | text | field from the properties object |
supported_locations | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Operator API Plan properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operatorApiPlanName, subscriptionId | Get an OperatorApiPlan resource by name. |
list_by_subscription | SELECT | subscriptionId | List OperatorApiPlan resources by subscription ID. |
SELECT
examples
List OperatorApiPlan resources by subscription ID.
- vw_operator_api_plans
- operator_api_plans
SELECT
camara_api_name,
limits,
marketplace_properties,
markets,
operatorApiPlanName,
operator_name,
operator_regions,
provisioning_state,
subscriptionId,
supported_locations
FROM azure.programmableconnectivity.vw_operator_api_plans
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
properties
FROM azure.programmableconnectivity.operator_api_plans
WHERE subscriptionId = '{{ subscriptionId }}';