IotCentralExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.IotCentral.

public static class IotCentralExtensions
type IotCentralExtensions = class
Public Module IotCentralExtensions
Inheritance
IotCentralExtensions

Methods

CheckIotCentralAppNameAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Check if an IoT Central application name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • Operation Id: Apps_CheckNameAvailability
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Check if an IoT Central application name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkNameAvailability
  • Operation Id: Apps_CheckNameAvailability
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Check if an IoT Central application subdomain is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • Operation Id: Apps_CheckSubdomainAvailability
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken)

Check if an IoT Central application subdomain is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/checkSubdomainAvailability
  • Operation Id: Apps_CheckSubdomainAvailability
GetIotCentralApp(ResourceGroupResource, String, CancellationToken)

Get the metadata of an IoT Central application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}
  • Operation Id: Apps_Get
GetIotCentralAppAsync(ResourceGroupResource, String, CancellationToken)

Get the metadata of an IoT Central application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}
  • Operation Id: Apps_Get
GetIotCentralAppResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotCentralAppResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an IotCentralAppResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotCentralAppResource(ResourceIdentifier) instead.

GetIotCentralApps(ResourceGroupResource)

Gets a collection of IotCentralAppResources in the ResourceGroupResource. MockingTo mock this method, please mock GetIotCentralApps() instead.

GetIotCentralApps(SubscriptionResource, CancellationToken)

Get all IoT Central Applications in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • Operation Id: Apps_ListBySubscription
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken)

Get all IoT Central Applications in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps
  • Operation Id: Apps_ListBySubscription
GetIotCentralPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotCentralPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IotCentralPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotCentralPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetIotCentralPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing an IotCentralPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create an IotCentralPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetIotCentralPrivateLinkResource(ResourceIdentifier) instead.

GetTemplatesApps(SubscriptionResource, CancellationToken)

Get all available application templates.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • Operation Id: Apps_ListTemplates
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken)

Get all available application templates.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates
  • Operation Id: Apps_ListTemplates

Applies to