App interface
The IoT Central application.
- Extends
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. |
| network |
Network Rule Set Properties of this IoT Central application. |
| private |
Private endpoint connections created on this IoT Central application. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
The provisioning state of the application. NOTE: This property will not be serialized. It can only be populated by the server. |
| public |
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. |
| 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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
| location | The geo-location where the resource lives |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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
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
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type