Class AppPatch | Azure SDK for Net
Jessica Wood
Published Feb 16, 2026
The description of the IoT Central application.
Inheritance
AppPatch
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.IotCentral.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class AppPatch Constructors
AppPatch()
Initializes a new instance of the AppPatch class.
Declaration
public AppPatch (); AppPatch(IDictionary<String,String>, String, String, String, String)
Initializes a new instance of the AppPatch class.
Declaration
public AppPatch (System.Collections.Generic.IDictionary<string,string> tags = null, string applicationId = null, string displayName = null, string subdomain = null, string template = null); Parameters
| IDictionary<String,String> tags Instance tags |
| String applicationId The ID of the application. |
| String displayName The display name of the application. |
| String subdomain The subdomain of the application. |
| 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. |
Properties
ApplicationId
Gets the ID of the application.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationId")]
public string ApplicationId { get; } Property Value
DisplayName
Gets or sets the display name of the application.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.displayName")]
public string DisplayName { get; set; } Property Value
Subdomain
Gets or sets the subdomain of the application.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.subdomain")]
public string Subdomain { get; set; } Property Value
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.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.template")]
public string Template { get; set; } Property Value
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();