AzureDigitalTwinsManagementClient Class
Azure Digital Twins Client for managing DigitalTwinsInstance.
This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.
- Inheritance
-
AzureDigitalTwinsManagementClientazure.mgmt.digitaltwins.aio._azure_digital_twins_management_client._SDKClientAzureDigitalTwinsManagementClient
Constructor
AzureDigitalTwinsManagementClient(credential: AsyncTokenCredential, subscription_id: str, api_version: Optional[str] = None, base_url: str = 'https://management.azure.com', profile: azure.profiles.KnownProfiles = <KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)
Parameters
- api_version
- str
API version to use if no profile is provided, or if missing in profile.
- profile
- KnownProfiles
A profile definition, from KnownProfiles to dict.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Methods
| close | |
| models |
Module depends on the API version: |
close
async close()
models
Module depends on the API version:
2020-03-01-preview: models
2020-10-31: models
2020-12-01: models
2021-06-30-preview: models
2022-05-31: models
models(api_version='2022-05-31')
Parameters
- cls
- api_version
Attributes
digital_twins
Instance depends on the API version:
2020-03-01-preview: DigitalTwinsOperations
2020-10-31: DigitalTwinsOperations
2020-12-01: DigitalTwinsOperations
2021-06-30-preview: DigitalTwinsOperations
2022-05-31: DigitalTwinsOperations
digital_twins_endpoint
Instance depends on the API version:
2020-03-01-preview: DigitalTwinsEndpointOperations
2020-10-31: DigitalTwinsEndpointOperations
2020-12-01: DigitalTwinsEndpointOperations
2021-06-30-preview: DigitalTwinsEndpointOperations
2022-05-31: DigitalTwinsEndpointOperations
operations
Instance depends on the API version:
2020-03-01-preview: Operations
2020-10-31: Operations
2020-12-01: Operations
2021-06-30-preview: Operations
2022-05-31: Operations
private_endpoint_connections
Instance depends on the API version:
2020-12-01: PrivateEndpointConnectionsOperations
2021-06-30-preview: PrivateEndpointConnectionsOperations
2022-05-31: PrivateEndpointConnectionsOperations
private_link_resources
Instance depends on the API version:
2020-12-01: PrivateLinkResourcesOperations
2021-06-30-preview: PrivateLinkResourcesOperations
2022-05-31: PrivateLinkResourcesOperations
time_series_database_connections
Instance depends on the API version:
2021-06-30-preview: TimeSeriesDatabaseConnectionsOperations
2022-05-31: TimeSeriesDatabaseConnectionsOperations
DEFAULT_API_VERSION
DEFAULT_API_VERSION = '2022-05-31'
LATEST_PROFILE
LATEST_PROFILE = azure.mgmt.digitaltwins.AzureDigitalTwinsManagementClient latest
Feedback
Submit and view feedback for