你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppPatch 构造函数

定义

重载

AppPatch()

初始化 AppPatch 类的新实例。

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

初始化 AppPatch 类的新实例。

AppPatch()

初始化 AppPatch 类的新实例。

public AppPatch();
Public Sub New ()

适用于

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

初始化 AppPatch 类的新实例。

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)

参数

tags
IDictionary<String,String>

实例标记

sku
AppSkuInfo

有效的实例 SKU。

applicationId
String

应用程序的 ID。

displayName
String

应用程序的显示名称。

subdomain
String

应用程序的子域。

template
String

应用程序模板的 ID,它是定义应用程序的特征和行为的蓝图。 选;如果未指定,则默认为空白蓝图,并允许从头开始定义应用程序。

state
String

应用程序的当前状态。 可能的值包括:“created”、“suspended”

identity
SystemAssignedServiceIdentity

IoT Central 应用程序的托管标识。

适用于