IotCentralManager Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. IotCentralManager
- com.
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
Iot |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Iot |
|
static
Iot |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Iot |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Iot |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Private |
privateEndpointConnections()
Gets the resource collection API of Private |
|
Private |
privateLinks()
Gets the resource collection API of Private |
|
Iot |
serviceClient()
Gets wrapped service client Iot |
Methods inherited from java.lang.Object
Method Details
apps
public Apps apps()
Gets the resource collection API of Apps. It manages App.
Returns:
authenticate
public static IotCentralManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of IotCentral service API entry point.
Parameters:
Returns:
authenticate
public static IotCentralManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of IotCentral service API entry point.
Parameters:
Returns:
configure
public static IotCentralManager.Configurable configure()
Gets a Configurable instance that can be used to create IotCentralManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
Returns:
privateLinks
public PrivateLinks privateLinks()
Gets the resource collection API of PrivateLinks.
Returns:
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: