Interface IotHubClient


  • public interface IotHubClient
    The interface for IotHubClient class.
    • Method Detail

      • getSubscriptionId

        String getSubscriptionId()
        Gets The subscription identifier.
        Returns:
        the subscriptionId value.
      • getEndpoint

        String getEndpoint()
        Gets server parameter.
        Returns:
        the endpoint value.
      • getApiVersion

        String getApiVersion()
        Gets Api Version.
        Returns:
        the apiVersion value.
      • getHttpPipeline

        com.azure.core.http.HttpPipeline getHttpPipeline()
        Gets The HTTP pipeline to send requests through.
        Returns:
        the httpPipeline value.
      • getDefaultPollInterval

        Duration getDefaultPollInterval()
        Gets The default poll interval for long-running operation.
        Returns:
        the defaultPollInterval value.
      • getOperations

        OperationsClient getOperations()
        Gets the OperationsClient object to access its operations.
        Returns:
        the OperationsClient object.
      • getIotHubResources

        IotHubResourcesClient getIotHubResources()
        Gets the IotHubResourcesClient object to access its operations.
        Returns:
        the IotHubResourcesClient object.
      • getResourceProviderCommons

        ResourceProviderCommonsClient getResourceProviderCommons()
        Gets the ResourceProviderCommonsClient object to access its operations.
        Returns:
        the ResourceProviderCommonsClient object.
      • getCertificates

        CertificatesClient getCertificates()
        Gets the CertificatesClient object to access its operations.
        Returns:
        the CertificatesClient object.
      • getIotHubs

        IotHubsClient getIotHubs()
        Gets the IotHubsClient object to access its operations.
        Returns:
        the IotHubsClient object.
      • getPrivateLinkResourcesOperations

        PrivateLinkResourcesOperationsClient getPrivateLinkResourcesOperations()
        Gets the PrivateLinkResourcesOperationsClient object to access its operations.
        Returns:
        the PrivateLinkResourcesOperationsClient object.
      • getPrivateEndpointConnections

        PrivateEndpointConnectionsClient getPrivateEndpointConnections()
        Gets the PrivateEndpointConnectionsClient object to access its operations.
        Returns:
        the PrivateEndpointConnectionsClient object.