Class AzureDigitalTwinsManager
java.lang.Object
com.azure.resourcemanager.digitaltwins.AzureDigitalTwinsManager
Entry point to AzureDigitalTwinsManager. Azure Digital Twins Client for managing DigitalTwinsInstance.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureDigitalTwinsManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of AzureDigitalTwins service API entry point.static AzureDigitalTwinsManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of AzureDigitalTwins service API entry point.Gets a Configurable instance that can be used to create AzureDigitalTwinsManager with optional configuration.Gets the resource collection API of DigitalTwins.Gets the resource collection API of DigitalTwinsEndpoints.Gets the resource collection API of Operations.Gets the resource collection API of PrivateEndpointConnections.Gets the resource collection API of PrivateLinkResources.Gets the resource collection API of TimeSeriesDatabaseConnections.
-
Method Details
-
authenticate
public static AzureDigitalTwinsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of AzureDigitalTwins service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the AzureDigitalTwins service API instance.
-
authenticate
public static AzureDigitalTwinsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of AzureDigitalTwins service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the AzureDigitalTwins service API instance.
-
configure
Gets a Configurable instance that can be used to create AzureDigitalTwinsManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
digitalTwins
Gets the resource collection API of DigitalTwins. It manages DigitalTwinsDescription.- Returns:
- Resource collection API of DigitalTwins.
-
digitalTwinsEndpoints
Gets the resource collection API of DigitalTwinsEndpoints. It manages DigitalTwinsEndpointResource.- Returns:
- Resource collection API of DigitalTwinsEndpoints.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
privateLinkResources
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
privateEndpointConnections
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.- Returns:
- Resource collection API of PrivateEndpointConnections.
-
timeSeriesDatabaseConnections
Gets the resource collection API of TimeSeriesDatabaseConnections. It manages TimeSeriesDatabaseConnection.- Returns:
- Resource collection API of TimeSeriesDatabaseConnections.
-
serviceClient
- Returns:
- Wrapped service client AzureDigitalTwinsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-