Interface DeviceRegistryClient
public interface DeviceRegistryClient
The interface for DeviceRegistryClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets the AssetEndpointProfilesClient object to access its operations.Gets the AssetsClient object to access its operations.Gets The default poll interval for long-running operation.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 OperationStatusClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getEndpoint
String getEndpoint()Gets Server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Version parameter.- Returns:
- the apiVersion value.
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId 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.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getOperationStatus
OperationStatusClient getOperationStatus()Gets the OperationStatusClient object to access its operations.- Returns:
- the OperationStatusClient object.
-
getAssets
AssetsClient getAssets()Gets the AssetsClient object to access its operations.- Returns:
- the AssetsClient object.
-
getAssetEndpointProfiles
AssetEndpointProfilesClient getAssetEndpointProfiles()Gets the AssetEndpointProfilesClient object to access its operations.- Returns:
- the AssetEndpointProfilesClient object.
-