Class DeviceUpdateManager

java.lang.Object
com.azure.resourcemanager.deviceupdate.DeviceUpdateManager

public final class DeviceUpdateManager extends Object
Entry point to DeviceUpdateManager. Microsoft Device Update resource provider.
  • Method Details

    • authenticate

      public static DeviceUpdateManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of DeviceUpdate service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the DeviceUpdate service API instance.
    • authenticate

      public static DeviceUpdateManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of DeviceUpdate service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the DeviceUpdate service API instance.
    • configure

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

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • accounts

      public Accounts accounts()
      Gets the resource collection API of Accounts. It manages Account.
      Returns:
      Resource collection API of Accounts.
    • instances

      public Instances instances()
      Gets the resource collection API of Instances. It manages Instance.
      Returns:
      Resource collection API of Instances.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • privateEndpointConnectionProxies

      public PrivateEndpointConnectionProxies privateEndpointConnectionProxies()
      Gets the resource collection API of PrivateEndpointConnectionProxies. It manages PrivateEndpointConnectionProxy.
      Returns:
      Resource collection API of PrivateEndpointConnectionProxies.
    • operations

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

      public DeviceUpdate serviceClient()
      Returns:
      Wrapped service client DeviceUpdate providing direct access to the underlying auto-generated API implementation, based on Azure REST API.