Class IotCentralManager


  • public final class IotCentralManager
    extends Object
    Entry point to IotCentralManager. Use this API to manage IoT Central Applications in your Azure subscription.
    • Method Detail

      • authenticate

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

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

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

        public Apps apps()
        Returns:
        Resource collection API of Apps.
      • privateEndpointConnections

        public PrivateEndpointConnections privateEndpointConnections()
        Returns:
        Resource collection API of PrivateEndpointConnections.
      • privateLinks

        public PrivateLinks privateLinks()
        Returns:
        Resource collection API of PrivateLinks.
      • operations

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

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