IAppsOperations Interface
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.
AppsOperations operations.
public interface IAppsOperations
type IAppsOperations = interface
Public Interface IAppsOperations
Methods
Extension Methods
BeginCreateOrUpdate(IAppsOperations, String, String, App) |
Create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application. |
BeginCreateOrUpdateAsync(IAppsOperations, String, String, App, CancellationToken) |
Create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application. |
BeginDelete(IAppsOperations, String, String) |
Delete an IoT Central application. |
BeginDeleteAsync(IAppsOperations, String, String, CancellationToken) |
Delete an IoT Central application. |
BeginUpdate(IAppsOperations, String, String, AppPatch) |
Update the metadata of an IoT Central application. |
BeginUpdateAsync(IAppsOperations, String, String, AppPatch, CancellationToken) |
Update the metadata of an IoT Central application. |
CheckNameAvailability(IAppsOperations, OperationInputs) |
Check if an IoT Central application name is available. |
CheckNameAvailabilityAsync(IAppsOperations, OperationInputs, CancellationToken) |
Check if an IoT Central application name is available. |
CheckSubdomainAvailability(IAppsOperations, OperationInputs) |
Check if an IoT Central application subdomain is available. |
CheckSubdomainAvailabilityAsync(IAppsOperations, OperationInputs, CancellationToken) |
Check if an IoT Central application subdomain is available. |
CreateOrUpdate(IAppsOperations, String, String, App) |
Create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application. |
CreateOrUpdateAsync(IAppsOperations, String, String, App, CancellationToken) |
Create or update the metadata of an IoT Central application. The usual pattern to modify a property is to retrieve the IoT Central application metadata and security metadata, and then combine them with the modified values in a new body to update the IoT Central application. |
Delete(IAppsOperations, String, String) |
Delete an IoT Central application. |
DeleteAsync(IAppsOperations, String, String, CancellationToken) |
Delete an IoT Central application. |
Get(IAppsOperations, String, String) |
Get the metadata of an IoT Central application. |
GetAsync(IAppsOperations, String, String, CancellationToken) |
Get the metadata of an IoT Central application. |
ListByResourceGroup(IAppsOperations, String) |
Get all the IoT Central Applications in a resource group. |
ListByResourceGroupAsync(IAppsOperations, String, CancellationToken) |
Get all the IoT Central Applications in a resource group. |
ListByResourceGroupNext(IAppsOperations, String) |
Get all the IoT Central Applications in a resource group. |
ListByResourceGroupNextAsync(IAppsOperations, String, CancellationToken) |
Get all the IoT Central Applications in a resource group. |
ListBySubscription(IAppsOperations) |
Get all IoT Central Applications in a subscription. |
ListBySubscriptionAsync(IAppsOperations, CancellationToken) |
Get all IoT Central Applications in a subscription. |
ListBySubscriptionNext(IAppsOperations, String) |
Get all IoT Central Applications in a subscription. |
ListBySubscriptionNextAsync(IAppsOperations, String, CancellationToken) |
Get all IoT Central Applications in a subscription. |
ListTemplates(IAppsOperations) |
Get all available application templates. |
ListTemplatesAsync(IAppsOperations, CancellationToken) |
Get all available application templates. |
ListTemplatesNext(IAppsOperations, String) |
Get all available application templates. |
ListTemplatesNextAsync(IAppsOperations, String, CancellationToken) |
Get all available application templates. |
Update(IAppsOperations, String, String, AppPatch) |
Update the metadata of an IoT Central application. |
UpdateAsync(IAppsOperations, String, String, AppPatch, CancellationToken) |
Update the metadata of an IoT Central application. |
Applies to
Azure SDK for .NET