AppPatch interface

The description of the IoT Central application.

Properties

applicationId

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

displayName

The display name of the application.

identity

The managed identities for the IoT Central application.

networkRuleSets

Network Rule Set Properties of this IoT Central application.

privateEndpointConnections

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

provisioningState

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

publicNetworkAccess

Whether requests from the public network are allowed.

sku

A valid instance SKU.

state

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

subdomain

The subdomain of the application.

tags

Instance tags

template

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.

Property Details

applicationId

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

applicationId?: string

Property Value

string

displayName

The display name of the application.

displayName?: string

Property Value

string

identity

The managed identities for the IoT Central application.

identity?: SystemAssignedServiceIdentity

Property Value

networkRuleSets

Network Rule Set Properties of this IoT Central application.

networkRuleSets?: NetworkRuleSets

Property Value

privateEndpointConnections

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

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

provisioningState

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

provisioningState?: string

Property Value

string

publicNetworkAccess

Whether requests from the public network are allowed.

publicNetworkAccess?: string

Property Value

string

sku

A valid instance SKU.

sku?: AppSkuInfo

Property Value

state

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

state?: string

Property Value

string

subdomain

The subdomain of the application.

subdomain?: string

Property Value

string

tags

Instance tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

template

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.

template?: string

Property Value

string