ApiReference Class

The Api reference.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.ResourceReference
ApiReference

Constructor

ApiReference(*, id: str | None = None, display_name: str | None = None, description: str | None = None, icon_uri: str | None = None, swagger: Any | None = None, brand_color: str | None = None, category: str | ApiTier | None = None, integration_service_environment: ResourceReference | None = None, **kwargs)

Keyword-Only Parameters

Name Description
id
str

The resource id.

display_name
str

The display name of the api.

description
str

The description of the api.

icon_uri
str

The icon uri of the api.

swagger
any

The swagger of the api.

brand_color
str

The brand color of the api.

category

The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium".

integration_service_environment

The integration service environment reference.

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

display_name
str

The display name of the api.

description
str

The description of the api.

icon_uri
str

The icon uri of the api.

swagger
any

The swagger of the api.

brand_color
str

The brand color of the api.

category

The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium".

integration_service_environment

The integration service environment reference.