Class DeviceRegistryManager
java.lang.Object
com.azure.resourcemanager.deviceregistry.DeviceRegistryManager
Entry point to DeviceRegistryManager.
Microsoft.DeviceRegistry Resource Provider management API.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of AssetEndpointProfiles.assets()
Gets the resource collection API of Assets.static DeviceRegistryManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Device Registry service API entry point.static DeviceRegistryManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Device Registry service API entry point.Gets a Configurable instance that can be used to create DeviceRegistryManager with optional configuration.Gets the resource collection API of Operations.Gets the resource collection API of OperationStatus.Gets wrapped service client DeviceRegistryClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
Method Details
-
authenticate
public static DeviceRegistryManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Device Registry service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the Device Registry service API instance.
-
authenticate
public static DeviceRegistryManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Device Registry service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the Device Registry service API instance.
-
configure
Gets a Configurable instance that can be used to create DeviceRegistryManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
operationStatus
Gets the resource collection API of OperationStatus.- Returns:
- Resource collection API of OperationStatus.
-
assets
Gets the resource collection API of Assets. It manages Asset.- Returns:
- Resource collection API of Assets.
-
assetEndpointProfiles
Gets the resource collection API of AssetEndpointProfiles. It manages AssetEndpointProfile.- Returns:
- Resource collection API of AssetEndpointProfiles.
-
serviceClient
Gets wrapped service client DeviceRegistryClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.- Returns:
- Wrapped service client DeviceRegistryClient.
-