你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServicesDescription 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ServicesDescription() |
初始化 ServicesDescription 类的新实例。 |
ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData) |
初始化 ServicesDescription 类的新实例。 |
ServicesDescription()
初始化 ServicesDescription 类的新实例。
public ServicesDescription();
Public Sub New ()
适用于
ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData)
初始化 ServicesDescription 类的新实例。
public ServicesDescription(Microsoft.Azure.Management.HealthcareApis.Models.Kind kind, string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity identity = default, Microsoft.Azure.Management.HealthcareApis.Models.ServicesProperties properties = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription : Microsoft.Azure.Management.HealthcareApis.Models.Kind * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity * Microsoft.Azure.Management.HealthcareApis.Models.ServicesProperties * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription
Public Sub New (kind As Kind, location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional identity As ServicesResourceIdentity = Nothing, Optional properties As ServicesProperties = Nothing, Optional systemData As SystemData = Nothing)
参数
- kind
- Kind
服务的种类。 可能的值包括:“fhir”、“fhir-Stu3”、“fhir-R4”
- location
- String
资源位置。
- id
- String
资源标识符。
- name
- String
资源名称。
- type
- String
资源类型。
- tags
- IDictionary<String,String>
资源标记。
- etag
- String
与资源关联的 etag,在编辑资源时用于乐观并发。
- identity
- ServicesResourceIdentity
指示服务是否具有与之关联的托管标识的设置。
- properties
- ServicesProperties
服务的通用属性。
- systemData
- SystemData
与资源的创建和上次修改相关的元数据。