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: Optional[str] = None, display_name: Optional[str] = None, description: Optional[str] = None, icon_uri: Optional[str] = None, swagger: Optional[Any] = None, brand_color: Optional[str] = None, category: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.ApiTier]] = None, integration_service_environment: Optional[azure.mgmt.logic.models._models_py3.ResourceReference] = None, **kwargs)

Variables

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
str or ApiTier

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

integration_service_environment
ResourceReference

The integration service environment reference.