共用方式為


ServicesDescription Constructors

Definition

Overloads

ServicesDescription()

Initializes a new instance of the ServicesDescription class.

ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData)

Initializes a new instance of the ServicesDescription class.

ServicesDescription()

Initializes a new instance of the ServicesDescription class.

public ServicesDescription ();
Public Sub New ()

Applies to

ServicesDescription(Kind, String, String, String, String, IDictionary<String, String>, String, ServicesResourceIdentity, ServicesProperties, SystemData)

Initializes a new instance of the ServicesDescription class.

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)

Parameters

kind
Kind

The kind of the service. Possible values include: 'fhir', 'fhir-Stu3', 'fhir-R4'

location
String

The resource location.

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

tags
IDictionary<String,String>

The resource tags.

etag
String

An etag associated with the resource, used for optimistic concurrency when editing it.

identity
ServicesResourceIdentity

Setting indicating whether the service has a managed identity associated with it.

properties
ServicesProperties

The common properties of a service.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

Applies to