App Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IoT Central application.
[Microsoft.Rest.Serialization.JsonTransformation]
public class App : Microsoft.Azure.Management.IotCentral.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type App = class
inherit Resource
Public Class App
Inherits Resource
- Inheritance
- Attributes
Constructors
App() |
Initializes a new instance of the App class. |
App(String, AppSkuInfo, String, String, String, IDictionary<String,String>, String, String, String, String, String, SystemAssignedServiceIdentity) |
Initializes a new instance of the App class. |
Properties
ApplicationId |
Gets the ID of the application. |
DisplayName |
Gets or sets the display name of the application. |
Id |
Gets the ARM resource identifier. (Inherited from Resource) |
Identity |
Gets or sets the managed identities for the IoT Central application. |
Location |
Gets or sets the resource location. (Inherited from Resource) |
Name |
Gets the ARM resource name. (Inherited from Resource) |
Sku |
Gets or sets a valid instance SKU. |
State |
Gets or sets the current state of the application. Possible values include: 'created', 'suspended' |
Subdomain |
Gets or sets the subdomain of the application. |
Tags |
Gets or sets the resource tags. (Inherited from Resource) |
Template |
Gets or sets 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. |
Type |
Gets the resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET