GetOperatorApiConnectionResult

data class GetOperatorApiConnectionResult(val accountType: String, val appId: String? = null, val camaraApiName: String, val configuredApplication: ApplicationPropertiesResponse? = null, val gatewayId: String, val id: String, val location: String, val name: String, val operatorApiPlanId: String, val operatorName: String, val provisioningState: String, val saasProperties: SaasPropertiesResponse? = null, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Programmable Connectivity Operator API Connection resource

Constructors

Link copied to clipboard
constructor(accountType: String, appId: String? = null, camaraApiName: String, configuredApplication: ApplicationPropertiesResponse? = null, gatewayId: String, id: String, location: String, name: String, operatorApiPlanId: String, operatorName: String, provisioningState: String, saasProperties: SaasPropertiesResponse? = null, status: StatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the account the user has with the Operator's Network API infrastructure. AzureManaged | UserManaged.

Link copied to clipboard
val appId: String? = null

Application ID of the App Developer that is registered with the Operator in a specific country/region.

Link copied to clipboard

The Network API for the current operator in the country/region provided in the linked Operator API Plan.

Link copied to clipboard

Details about the Application that would use the Operator's Network APIs.

Link copied to clipboard

Reference to the APC Gateway resource ID.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Reference to the Operator API Plan Resource ID.

Link copied to clipboard

Name of the Operator in the linked Operator API Plan belongs to.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Details about the SaaS offer purchased from the marketplace.

Link copied to clipboard

The status of the OperatorApiConnection resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"