IotCentralManager Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.IotCentralManager

public final class IotCentralManager

Entry point to IotCentralManager. Use this API to manage IoT Central Applications in your Azure subscription.

Method Summary

Modifier and Type Method and Description
Apps apps()
static IotCentralManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of IotCentral service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create IotCentralManager with optional configuration.

Operations operations()
IotCentralClient serviceClient()

Methods inherited from java.lang.Object

Method Details

apps

public Apps apps()

Returns:

Resource collection API of Apps.

authenticate

public static IotCentralManager authenticate(TokenCredential credential, 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.

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.

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.

Applies to