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()

Gets the resource collection API of Apps.

static IotCentralManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of IotCentral service API entry point.

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()

Gets the resource collection API of Operations.

PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

PrivateLinks privateLinks()

Gets the resource collection API of PrivateLinks.

IotCentralClient serviceClient()

Gets wrapped service client IotCentralClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

apps

public Apps apps()

Gets the resource collection API of Apps. It manages App.

Returns:

Resource collection API of Apps.

authenticate

public static IotCentralManager authenticate(HttpPipeline httpPipeline, 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.

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()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

privateEndpointConnections

public PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.

Returns:

Resource collection API of PrivateEndpointConnections.

privateLinks

public PrivateLinks privateLinks()

Gets the resource collection API of PrivateLinks.

Returns:

Resource collection API of PrivateLinks.

serviceClient

public IotCentralClient serviceClient()

Gets wrapped service client IotCentralClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client IotCentralClient.

Applies to