ServiceNameAvailabilityResult

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
nameAvailable boolean
message string
reason string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-servicenameavailabilityresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceNameAvailabilityResult",
  "title": "ServiceNameAvailabilityResult",
  "type": "object",
  "properties": {
    "nameAvailable": {
      "type": "boolean",
      "example": true
    },
    "message": {
      "type": "string",
      "example": ""
    },
    "reason": {
      "type": "string",
      "example": ""
    }
  }
}