azure.mgmt.logic package

Module contents

class azure.mgmt.logic.LogicManagementClient(credentials, subscription_id, base_url=None)[source]

Bases: msrest.service_client.SDKClient

REST API for Azure Logic Apps.

Variables:
Parameters:
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.
  • subscription_id (str) – The subscription id.
  • base_url (str) – Service URL
list_operations(custom_headers=None, raw=False, **operation_config)[source]

Lists all of the available Logic REST API operations.

Parameters:
  • custom_headers (dict) – headers that will be added to the request
  • raw (bool) – returns the direct response alongside the deserialized response
  • operation_configOperation configuration overrides.
Returns:

An iterator like instance of Operation

Return type:

OperationPaged[Operation]

Raises:

ErrorResponseException