Class IotHubManager


  • public final class IotHubManager
    extends Object
    Entry point to IotHubManager. Use this API to manage the IoT hubs in your Azure subscription.
    • Method Detail

      • authenticate

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

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

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

        public IotHubResources iotHubResources()
        Returns:
        Resource collection API of IotHubResources.
      • resourceProviderCommons

        public ResourceProviderCommons resourceProviderCommons()
        Returns:
        Resource collection API of ResourceProviderCommons.
      • certificates

        public Certificates certificates()
        Returns:
        Resource collection API of Certificates.
      • iotHubs

        public IotHubs iotHubs()
        Returns:
        Resource collection API of IotHubs.
      • privateLinkResourcesOperations

        public PrivateLinkResourcesOperations privateLinkResourcesOperations()
        Returns:
        Resource collection API of PrivateLinkResourcesOperations.
      • privateEndpointConnections

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

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