IntegrationServiceEnvironmentsOperations Class
IntegrationServiceEnvironmentsOperations operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectIntegrationServiceEnvironmentsOperations
Constructor
IntegrationServiceEnvironmentsOperations(client, config, serializer, deserializer)
Parameters
Name | Description |
---|---|
client
Required
|
Client for service requests. |
config
Required
|
Configuration of service client. |
serializer
Required
|
An object model serializer. |
deserializer
Required
|
An object model deserializer. |
Variables
Name | Description |
---|---|
models
|
Alias to model classes used in this operation group. |
Methods
begin_create_or_update |
Creates or updates an integration service environment. |
begin_update |
Updates an integration service environment. |
delete |
Deletes an integration service environment. |
get |
Gets an integration service environment. |
list_by_resource_group |
Gets a list of integration service environments by resource group. |
list_by_subscription |
Gets a list of integration service environments by subscription. |
restart |
Restarts an integration service environment. |
begin_create_or_update
Creates or updates an integration service environment.
begin_create_or_update(resource_group: str, integration_service_environment_name: str, integration_service_environment: IntegrationServiceEnvironment, **kwargs: Any) -> LROPoller[IntegrationServiceEnvironment]
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
integration_service_environment_name
Required
|
The integration service environment name. |
integration_service_environment
Required
|
The integration service environment. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
continuation_token
|
A continuation token to restart a poller from a saved state. |
polling
|
By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Returns
Type | Description |
---|---|
An instance of LROPoller that returns either IntegrationServiceEnvironment or the result of cls(response) |
Exceptions
Type | Description |
---|---|
begin_update
Updates an integration service environment.
begin_update(resource_group: str, integration_service_environment_name: str, integration_service_environment: IntegrationServiceEnvironment, **kwargs: Any) -> LROPoller[IntegrationServiceEnvironment]
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
integration_service_environment_name
Required
|
The integration service environment name. |
integration_service_environment
Required
|
The integration service environment. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
continuation_token
|
A continuation token to restart a poller from a saved state. |
polling
|
By default, your polling method will be ARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Returns
Type | Description |
---|---|
An instance of LROPoller that returns either IntegrationServiceEnvironment or the result of cls(response) |
Exceptions
Type | Description |
---|---|
delete
Deletes an integration service environment.
delete(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
integration_service_environment_name
Required
|
The integration service environment name. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
None, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
get
Gets an integration service environment.
get(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> IntegrationServiceEnvironment
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
integration_service_environment_name
Required
|
The integration service environment name. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
IntegrationServiceEnvironment, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
list_by_resource_group
Gets a list of integration service environments by resource group.
list_by_resource_group(resource_group: str, top: int | None = None, **kwargs: Any) -> Iterable[IntegrationServiceEnvironmentListResult]
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
top
Required
|
The number of items to be included in the result. Default value is None. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
An iterator like instance of either IntegrationServiceEnvironmentListResult or the result of cls(response) |
Exceptions
Type | Description |
---|---|
list_by_subscription
Gets a list of integration service environments by subscription.
list_by_subscription(top: int | None = None, **kwargs: Any) -> Iterable[IntegrationServiceEnvironmentListResult]
Parameters
Name | Description |
---|---|
top
Required
|
The number of items to be included in the result. Default value is None. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
An iterator like instance of either IntegrationServiceEnvironmentListResult or the result of cls(response) |
Exceptions
Type | Description |
---|---|
restart
Restarts an integration service environment.
restart(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None
Parameters
Name | Description |
---|---|
resource_group
Required
|
The resource group. |
integration_service_environment_name
Required
|
The integration service environment name. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
None, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.logic.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\logic\\models\\__init__.py'>
Azure SDK for Python