ServicesResource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServicesResource() |
ServicesResource クラスの新しいインスタンスを初期化します。 |
ServicesResource(Kind, String, String, String, String, IDictionary<String,String>, String, ServicesResourceIdentity) |
ServicesResource クラスの新しいインスタンスを初期化します。 |
ServicesResource()
ServicesResource クラスの新しいインスタンスを初期化します。
public ServicesResource();
Public Sub New ()
適用対象
ServicesResource(Kind, String, String, String, String, IDictionary<String,String>, String, ServicesResourceIdentity)
ServicesResource クラスの新しいインスタンスを初期化します。
public ServicesResource(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);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesResource : 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.ServicesResource
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)
パラメーター
- 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 が関連付けられているかどうかを示す設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET