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
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- 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: azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironment, **kwargs: Any) -> azure.core.polling._poller.LROPoller[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironment]
Parameters
- integration_service_environment
- IntegrationServiceEnvironment
The integration service environment.
- cls
- callable
A custom type or function that will be passed the direct response
- continuation_token
- str
A continuation token to restart a poller from a saved state.
- polling
- bool or PollingMethod
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
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of LROPoller that returns either IntegrationServiceEnvironment or the result of cls(response)
Return type
Exceptions
begin_update
Updates an integration service environment.
begin_update(resource_group: str, integration_service_environment_name: str, integration_service_environment: azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironment, **kwargs: Any) -> azure.core.polling._poller.LROPoller[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironment]
Parameters
- integration_service_environment
- IntegrationServiceEnvironment
The integration service environment.
- cls
- callable
A custom type or function that will be passed the direct response
- continuation_token
- str
A continuation token to restart a poller from a saved state.
- polling
- bool or PollingMethod
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
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Returns
An instance of LROPoller that returns either IntegrationServiceEnvironment or the result of cls(response)
Return type
Exceptions
delete
Deletes an integration service environment.
delete(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Gets an integration service environment.
get(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironment
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IntegrationServiceEnvironment, or the result of cls(response)
Return type
Exceptions
list_by_resource_group
Gets a list of integration service environments by resource group.
list_by_resource_group(resource_group: str, top: Optional[int] = None, **kwargs: Any) -> Iterable[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironmentListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IntegrationServiceEnvironmentListResult or the result of cls(response)
Return type
Exceptions
list_by_subscription
Gets a list of integration service environments by subscription.
list_by_subscription(top: Optional[int] = None, **kwargs: Any) -> Iterable[azure.mgmt.logic.models._models_py3.IntegrationServiceEnvironmentListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IntegrationServiceEnvironmentListResult or the result of cls(response)
Return type
Exceptions
restart
Restarts an integration service environment.
restart(resource_group: str, integration_service_environment_name: str, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.logic.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\logic\\models\\__init__.py'>
Feedback
Submit and view feedback for