Compartilhar via


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.object
IntegrationAccountsOperations

Constructor

IntegrationAccountsOperations(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

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: IntegrationAccount, **kwargs: Any) -> IntegrationAccount

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

integration_account
Required

The integration account.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

IntegrationAccount, or the result of cls(response)

Exceptions

Type Description

delete

Deletes an integration account.

delete(resource_group_name: str, integration_account_name: str, **kwargs: Any) -> None

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account 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 account.

get(resource_group_name: str, integration_account_name: str, **kwargs: Any) -> IntegrationAccount

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

IntegrationAccount, or the result of cls(response)

Exceptions

Type Description

list_by_resource_group

Gets a list of integration accounts by resource group.

list_by_resource_group(resource_group_name: str, top: int | None = None, **kwargs: Any) -> Iterable[IntegrationAccountListResult]

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

top
Required
int

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 IntegrationAccountListResult or the result of cls(response)

Exceptions

Type Description

list_by_subscription

Gets a list of integration accounts by subscription.

list_by_subscription(top: int | None = None, **kwargs: Any) -> Iterable[IntegrationAccountListResult]

Parameters

Name Description
top
Required
int

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 IntegrationAccountListResult or the result of cls(response)

Exceptions

Type Description

list_callback_url

Gets the integration account callback URL.

list_callback_url(resource_group_name: str, integration_account_name: str, parameters: GetCallbackUrlParameters, **kwargs: Any) -> CallbackUrl

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

parameters
Required

The callback URL parameters.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

CallbackUrl, or the result of cls(response)

Exceptions

Type Description

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: ListKeyVaultKeysDefinition, **kwargs: Any) -> Iterable[KeyVaultKeyCollection]

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

list_key_vault_keys
Required

The key vault parameters.

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 KeyVaultKeyCollection or the result of cls(response)

Exceptions

Type Description

log_tracking_events

Logs the integration account's tracking events.

log_tracking_events(resource_group_name: str, integration_account_name: str, log_tracking_events: TrackingEventsDefinition, **kwargs: Any) -> None

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

log_tracking_events
Required

The callback URL parameters.

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

regenerate_access_key

Regenerates the integration account access key.

regenerate_access_key(resource_group_name: str, integration_account_name: str, regenerate_access_key: RegenerateActionParameter, **kwargs: Any) -> IntegrationAccount

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

regenerate_access_key
Required

The access key type.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

IntegrationAccount, or the result of cls(response)

Exceptions

Type Description

update

Updates an integration account.

update(resource_group_name: str, integration_account_name: str, integration_account: IntegrationAccount, **kwargs: Any) -> IntegrationAccount

Parameters

Name Description
resource_group_name
Required
str

The resource group name.

integration_account_name
Required
str

The integration account name.

integration_account
Required

The integration account.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

IntegrationAccount, 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'>