IntegrationServiceEnvironment Class
The integration service environment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ResourceIntegrationServiceEnvironment
Constructor
IntegrationServiceEnvironment(*, location: str | None = None, tags: Dict[str, str] | None = None, properties: IntegrationServiceEnvironmentProperties | None = None, sku: IntegrationServiceEnvironmentSku | None = None, identity: ManagedServiceIdentity | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The resource location. |
tags
|
A set of tags. The resource tags. |
properties
|
The integration service environment properties. |
sku
|
The sku. |
identity
|
Managed service identity properties. |
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. |
properties
|
The integration service environment properties. |
sku
|
The sku. |
identity
|
Managed service identity properties. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python