Skip to main content

operator_api_plans

Creates, updates, deletes, gets or lists a operator_api_plans resource.

Overview

Nameoperator_api_plans
TypeResource
Idazure.programmableconnectivity.operator_api_plans

Fields

NameDatatypeDescription
camara_api_nametextfield from the properties object
limitstextfield from the properties object
marketplace_propertiestextfield from the properties object
marketstextfield from the properties object
operatorApiPlanNametextfield from the properties object
operator_nametextfield from the properties object
operator_regionstextfield from the properties object
provisioning_statetextfield from the properties object
subscriptionIdtextfield from the properties object
supported_locationstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECToperatorApiPlanName, subscriptionIdGet an OperatorApiPlan resource by name.
list_by_subscriptionSELECTsubscriptionIdList OperatorApiPlan resources by subscription ID.

SELECT examples

List OperatorApiPlan resources by subscription ID.

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 }}';