IotCentralExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
CheckIotCentralAppNameAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application name is available.
|
CheckIotCentralAppSubdomainAvailability(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application subdomain is available.
|
CheckIotCentralAppSubdomainAvailabilityAsync(SubscriptionResource, IotCentralAppNameAvailabilityContent, CancellationToken) |
Check if an IoT Central application subdomain is available.
|
GetIotCentralApp(ResourceGroupResource, String, CancellationToken) |
Get the metadata of an IoT Central application.
|
GetIotCentralAppAsync(ResourceGroupResource, String, CancellationToken) |
Get the metadata of an IoT Central application.
|
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.
|
GetIotCentralAppsAsync(SubscriptionResource, CancellationToken) |
Get all IoT Central Applications in a subscription.
|
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.
|
GetTemplatesAppsAsync(SubscriptionResource, CancellationToken) |
Get all available application templates.
|
Applies to
Azure SDK for .NET