共用方式為


AppPatch Constructors

Definition

Overloads

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.

AppPatch()

Initializes a new instance of the AppPatch class.

public AppPatch ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AppPatch class.

public AppPatch (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo sku = default, string applicationId = default, string displayName = default, string subdomain = default, string template = default, string state = default, Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity identity = default);
new Microsoft.Azure.Management.IotCentral.Models.AppPatch : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo * string * string * string * string * string * Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity -> Microsoft.Azure.Management.IotCentral.Models.AppPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As AppSkuInfo = Nothing, Optional applicationId As String = Nothing, Optional displayName As String = Nothing, Optional subdomain As String = Nothing, Optional template As String = Nothing, Optional state As String = Nothing, Optional identity As SystemAssignedServiceIdentity = Nothing)

Parameters

tags
IDictionary<String,String>

Instance tags

sku
AppSkuInfo

A valid instance SKU.

applicationId
String

The ID of the application.

displayName
String

The display name of the application.

subdomain
String

The subdomain of the application.

template
String

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.

state
String

The current state of the application. Possible values include: 'created', 'suspended'

identity
SystemAssignedServiceIdentity

The managed identities for the IoT Central application.

Applies to