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.ResourceReferenceApiReference
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
|
The resource id. |
display_name
|
The display name of the api. |
description
|
The description of the api. |
icon_uri
|
The icon uri of the api. |
swagger
|
The swagger of the api. |
brand_color
|
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
|
The resource id. |
name
|
Gets the resource name. |
type
|
Gets the resource type. |
display_name
|
The display name of the api. |
description
|
The description of the api. |
icon_uri
|
The icon uri of the api. |
swagger
|
The swagger of the api. |
brand_color
|
The brand color of the api. |
category
|
The tier. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium". |
integration_service_environment
|
The integration service environment reference. |
Azure SDK for Python