Class IotHubManager

java.lang.Object
com.azure.resourcemanager.iothub.IotHubManager

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

    • 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.
    • authenticate

      public static IotHubManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of IotHub service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      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()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • iotHubResources

      public IotHubResources iotHubResources()
      Gets the resource collection API of IotHubResources. It manages IotHubDescription, EventHubConsumerGroupInfo.
      Returns:
      Resource collection API of IotHubResources.
    • resourceProviderCommons

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

      public Certificates certificates()
      Gets the resource collection API of Certificates. It manages CertificateDescription.
      Returns:
      Resource collection API of Certificates.
    • iotHubs

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

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

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of 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.