ServicesDescription コンストラクター

定義

オーバーロード

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

サービスにマネージド ID が関連付けられているかどうかを示す設定。

properties
ServicesProperties

サービスの共通プロパティ。

systemData
SystemData

リソースの作成と最後の変更に関連するメタデータ。

適用対象