Get Operator Api Connection Result
data class GetOperatorApiConnectionResult(val accountType: String, val appId: String? = null, val azureApiVersion: String, 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, azureApiVersion: String, 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)
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
The Azure API version of the resource.
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 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.