Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DigitalTwins

Package version

Interface representing a DigitalTwins.

Hierarchy

  • DigitalTwins

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create or update the metadata of a DigitalTwinsInstance. The usual pattern to modify a property is to retrieve the DigitalTwinsInstance and security metadata, and then combine them with the modified values in a new body to update the DigitalTwinsInstance.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the DigitalTwinsInstance.

    • resourceName: string

      The name of the DigitalTwinsInstance.

    • digitalTwinsCreate: DigitalTwinsDescription

      The DigitalTwinsInstance and security metadata.

    • Optional options: DigitalTwinsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<DigitalTwinsCreateOrUpdateResponse>

beginDelete

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

list

listByResourceGroup

Generated using TypeDoc