Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppPatch

Package version

The description of the IoT Central application.

Hierarchy

  • AppPatch

Index

Properties

Optional applicationId

applicationId: undefined | string

The ID of the application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string

The display name of the application.

Optional identity

The managed identities for the IoT Central application.

Optional networkRuleSets

networkRuleSets: NetworkRuleSets

Network Rule Set Properties of this IoT Central application.

Optional privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnection[]

Private endpoint connections created on this IoT Central application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: ProvisioningState

The provisioning state of the application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional publicNetworkAccess

publicNetworkAccess: PublicNetworkAccess

Whether requests from the public network are allowed.

Optional sku

A valid instance SKU.

Optional state

state: AppState

The current state of the application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subdomain

subdomain: undefined | string

The subdomain of the application.

Optional tags

tags: undefined | {}

Instance tags

Optional template

template: undefined | string

The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.

Generated using TypeDoc