Class DeviceRegistryManager

java.lang.Object
com.azure.resourcemanager.deviceregistry.DeviceRegistryManager

public final class DeviceRegistryManager extends Object
Entry point to DeviceRegistryManager. Microsoft.DeviceRegistry Resource Provider management 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 - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Device Registry service API instance.
    • configure

      public static DeviceRegistryManager.Configurable configure()
      Gets a Configurable instance that can be used to create DeviceRegistryManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • operationStatus

      public OperationStatus operationStatus()
      Gets the resource collection API of OperationStatus.
      Returns:
      Resource collection API of OperationStatus.
    • assets

      public Assets assets()
      Gets the resource collection API of Assets. It manages Asset.
      Returns:
      Resource collection API of Assets.
    • assetEndpointProfiles

      public AssetEndpointProfiles assetEndpointProfiles()
      Gets the resource collection API of AssetEndpointProfiles. It manages AssetEndpointProfile.
      Returns:
      Resource collection API of AssetEndpointProfiles.
    • serviceClient

      public DeviceRegistryClient 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.