Skip to main content

apis

Overview

Nameapis
TypeResource
Idazure.api_center.apis

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
propertiesobjectAPI properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTReturns details of the API.
listSELECTresourceGroupName, serviceName, subscriptionId, workspaceNameReturns a collection of APIs.
create_or_updateINSERTCreates new or updates existing API.
deleteDELETEDeletes specified API.
_listEXECresourceGroupName, serviceName, subscriptionId, workspaceNameReturns a collection of APIs.
headEXECChecks if specified API exists.