Get Api Result
data class GetApiResult(val apiManagementName: String, val description: String, val displayName: String, val id: String, val isCurrent: Boolean, val isOnline: Boolean, val name: String, val path: String, val protocols: List<String>, val resourceGroupName: String, val revision: String, val serviceUrl: String, val soapPassThrough: Boolean, val subscriptionKeyParameterNames: List<GetApiSubscriptionKeyParameterName>, val subscriptionRequired: Boolean, val version: String, val versionSetId: String)
A collection of values returned by getApi.
Constructors
Link copied to clipboard
constructor(apiManagementName: String, description: String, displayName: String, id: String, isCurrent: Boolean, isOnline: Boolean, name: String, path: String, protocols: List<String>, resourceGroupName: String, revision: String, serviceUrl: String, soapPassThrough: Boolean, subscriptionKeyParameterNames: List<GetApiSubscriptionKeyParameterName>, subscriptionRequired: Boolean, version: String, versionSetId: String)
Properties
Link copied to clipboard
Link copied to clipboard
A description of the API Management API, which may include HTML formatting tags.
Link copied to clipboard
The display name of the API.
Link copied to clipboard
Link copied to clipboard
Absolute URL of the backend service implementing this API.
Link copied to clipboard
Should this API expose a SOAP frontend, rather than a HTTP frontend?
Link copied to clipboard
A subscription_key_parameter_names
block as documented below.
Link copied to clipboard
Should this API require a subscription key?
Link copied to clipboard
The ID of the Version Set which this API is associated with.