Interface AzureDigitalTwinsManagementClient
public interface AzureDigitalTwinsManagementClient
The interface for AzureDigitalTwinsManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets the DigitalTwinsClient object to access its operations.Gets the DigitalTwinsEndpointsClient object to access its operations.Gets server parameter.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets The subscription identifier.Gets the TimeSeriesDatabaseConnectionsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The subscription identifier.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getDigitalTwins
DigitalTwinsClient getDigitalTwins()Gets the DigitalTwinsClient object to access its operations.- Returns:
- the DigitalTwinsClient object.
-
getDigitalTwinsEndpoints
DigitalTwinsEndpointsClient getDigitalTwinsEndpoints()Gets the DigitalTwinsEndpointsClient object to access its operations.- Returns:
- the DigitalTwinsEndpointsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getTimeSeriesDatabaseConnections
TimeSeriesDatabaseConnectionsClient getTimeSeriesDatabaseConnections()Gets the TimeSeriesDatabaseConnectionsClient object to access its operations.- Returns:
- the TimeSeriesDatabaseConnectionsClient object.
-