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

FhirServicePatchResource 构造函数

定义

重载

FhirServicePatchResource()

初始化 FhirServicePatchResource 类的新实例。

FhirServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

初始化 FhirServicePatchResource 类的新实例。

FhirServicePatchResource()

初始化 FhirServicePatchResource 类的新实例。

public FhirServicePatchResource ();
Public Sub New ()

适用于

FhirServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

初始化 FhirServicePatchResource 类的新实例。

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

参数

tags
IDictionary<String,String>

资源标记。

identity
ServiceManagedIdentityIdentity

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

适用于