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

IotConnectorPatchResource 构造函数

定义

重载

IotConnectorPatchResource()

初始化 IotConnectorPatchResource 类的新实例。

IotConnectorPatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

初始化 IotConnectorPatchResource 类的新实例。

IotConnectorPatchResource()

初始化 IotConnectorPatchResource 类的新实例。

public IotConnectorPatchResource();
Public Sub New ()

适用于

IotConnectorPatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

初始化 IotConnectorPatchResource 类的新实例。

public IotConnectorPatchResource(System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotConnectorPatchResource : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity -> Microsoft.Azure.Management.HealthcareApis.Models.IotConnectorPatchResource
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing)

参数

tags
IDictionary<String,String>

资源标记。

identity
ServiceManagedIdentityIdentity

指示服务是否具有与之关联的托管标识的设置。

适用于