Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AppsImpl

Package version

Class containing Apps operations.

Hierarchy

  • AppsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the IoT Central application.

    • resourceName: string

      The ARM resource name of the IoT Central application.

    • app: App

      The IoT Central application metadata and security metadata.

    • Optional options: AppsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<AppsCreateOrUpdateResponse>, AppsCreateOrUpdateResponse>>

beginCreateOrUpdateAndWait

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the IoT Central application.

    • resourceName: string

      The ARM resource name of the IoT Central application.

    • app: App

      The IoT Central application metadata and security metadata.

    • Optional options: AppsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<AppsCreateOrUpdateResponse>

beginDelete

beginDeleteAndWait

beginUpdate

  • Update the metadata of an IoT Central application.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the IoT Central application.

    • resourceName: string

      The ARM resource name of the IoT Central application.

    • appPatch: AppPatch

      The IoT Central application metadata and security metadata.

    • Optional options: AppsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<AppsUpdateResponse>, AppsUpdateResponse>>

beginUpdateAndWait

  • Update the metadata of an IoT Central application.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the IoT Central application.

    • resourceName: string

      The ARM resource name of the IoT Central application.

    • appPatch: AppPatch

      The IoT Central application metadata and security metadata.

    • Optional options: AppsUpdateOptionalParams

      The options parameters.

    Returns Promise<AppsUpdateResponse>

checkNameAvailability

checkSubdomainAvailability

get

  • Get the metadata of an IoT Central application.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the IoT Central application.

    • resourceName: string

      The ARM resource name of the IoT Central application.

    • Optional options: AppsGetOptionalParams

      The options parameters.

    Returns Promise<AppsGetResponse>

listByResourceGroup

listBySubscription

listTemplates

Generated using TypeDoc