IntegrationAccountsOperations Class
IntegrationAccountsOperations 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.objectIntegrationAccountsOperations
Constructor
IntegrationAccountsOperations(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
| create_or_update |
Creates or updates an integration account. |
| delete |
Deletes an integration account. |
| get |
Gets an integration account. |
| list_by_resource_group |
Gets a list of integration accounts by resource group. |
| list_by_subscription |
Gets a list of integration accounts by subscription. |
| list_callback_url |
Gets the integration account callback URL. |
| list_key_vault_keys |
Gets the integration account's Key Vault keys. |
| log_tracking_events |
Logs the integration account's tracking events. |
| regenerate_access_key |
Regenerates the integration account access key. |
| update |
Updates an integration account. |
create_or_update
Creates or updates an integration account.
create_or_update(resource_group_name: str, integration_account_name: str, integration_account: azure.mgmt.logic.models._models_py3.IntegrationAccount, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.IntegrationAccount
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IntegrationAccount, or the result of cls(response)
Return type
Exceptions
delete
Deletes an integration account.
delete(resource_group_name: str, integration_account_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 account.
get(resource_group_name: str, integration_account_name: str, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.IntegrationAccount
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IntegrationAccount, or the result of cls(response)
Return type
Exceptions
list_by_resource_group
Gets a list of integration accounts by resource group.
list_by_resource_group(resource_group_name: str, top: Optional[int] = None, **kwargs: Any) -> Iterable[azure.mgmt.logic.models._models_py3.IntegrationAccountListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IntegrationAccountListResult or the result of cls(response)
Return type
Exceptions
list_by_subscription
Gets a list of integration accounts by subscription.
list_by_subscription(top: Optional[int] = None, **kwargs: Any) -> Iterable[azure.mgmt.logic.models._models_py3.IntegrationAccountListResult]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either IntegrationAccountListResult or the result of cls(response)
Return type
Exceptions
list_callback_url
Gets the integration account callback URL.
list_callback_url(resource_group_name: str, integration_account_name: str, parameters: azure.mgmt.logic.models._models_py3.GetCallbackUrlParameters, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.CallbackUrl
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
CallbackUrl, or the result of cls(response)
Return type
Exceptions
list_key_vault_keys
Gets the integration account's Key Vault keys.
list_key_vault_keys(resource_group_name: str, integration_account_name: str, list_key_vault_keys: azure.mgmt.logic.models._models_py3.ListKeyVaultKeysDefinition, **kwargs: Any) -> Iterable[azure.mgmt.logic.models._models_py3.KeyVaultKeyCollection]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either KeyVaultKeyCollection or the result of cls(response)
Return type
Exceptions
log_tracking_events
Logs the integration account's tracking events.
log_tracking_events(resource_group_name: str, integration_account_name: str, log_tracking_events: azure.mgmt.logic.models._models_py3.TrackingEventsDefinition, **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
regenerate_access_key
Regenerates the integration account access key.
regenerate_access_key(resource_group_name: str, integration_account_name: str, regenerate_access_key: azure.mgmt.logic.models._models_py3.RegenerateActionParameter, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.IntegrationAccount
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IntegrationAccount, or the result of cls(response)
Return type
Exceptions
update
Updates an integration account.
update(resource_group_name: str, integration_account_name: str, integration_account: azure.mgmt.logic.models._models_py3.IntegrationAccount, **kwargs: Any) -> azure.mgmt.logic.models._models_py3.IntegrationAccount
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
IntegrationAccount, 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