AppPatch interface
The description of the IoT Central application.
Properties
application |
The ID of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the application. |
identity | The managed identities for the IoT Central application. |
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
sku
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