共用方式為


AppPatch Class

Definition

The description of the IoT Central application.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AppPatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AppPatch = class
Public Class AppPatch
Inheritance
AppPatch
Attributes

Constructors

AppPatch()

Initializes a new instance of the AppPatch class.

AppPatch(IDictionary<String,String>, AppSkuInfo, String, String, String, String, String, SystemAssignedServiceIdentity)

Initializes a new instance of the AppPatch class.

Properties

ApplicationId

Gets the ID of the application.

DisplayName

Gets or sets the display name of the application.

Identity

Gets or sets the managed identities for the IoT Central application.

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 instance tags

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.

Methods

Validate()

Validate the object.

Applies to