IntegrationServiceEnvironmentManagedApi Class
The integration service environment managed api.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ResourceIntegrationServiceEnvironmentManagedApi
Constructor
IntegrationServiceEnvironmentManagedApi(*, location: str | None = None, tags: Dict[str, str] | None = None, integration_service_environment: ResourceReference | None = None, deployment_parameters: IntegrationServiceEnvironmentManagedApiDeploymentParameters | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The resource location. |
tags
|
A set of tags. The resource tags. |
integration_service_environment
|
The integration service environment reference. |
deployment_parameters
|
The integration service environment managed api deployment parameters. |
Variables
Name | Description |
---|---|
id
|
The resource id. |
name
|
Gets the resource name. |
type
|
Gets the resource type. |
location
|
The resource location. |
tags
|
A set of tags. The resource tags. |
name_properties_name
|
The name. |
connection_parameters
|
The connection parameters. |
metadata
|
The metadata. |
runtime_urls
|
The runtime urls. |
general_information
|
The api general information. |
capabilities
|
The capabilities. |
backend_service
|
The backend service. |
policies
|
The policies for the API. |
api_definition_url
|
The API definition. |
api_definitions
|
The api definitions. |
integration_service_environment
|
The integration service environment reference. |
provisioning_state
|
The provisioning state. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed", "Renewing", "Pending", "Waiting", "InProgress". |
category
|
The category. Possible values include: "NotSpecified", "Enterprise", "Standard", "Premium". |
deployment_parameters
|
The integration service environment managed api deployment parameters. |
Azure SDK for Python