次の方法で共有


DicomServicePatchResource コンストラクター

定義

オーバーロード

DicomServicePatchResource()

DicomServicePatchResource クラスの新しいインスタンスを初期化します。

DicomServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

DicomServicePatchResource クラスの新しいインスタンスを初期化します。

DicomServicePatchResource()

DicomServicePatchResource クラスの新しいインスタンスを初期化します。

public DicomServicePatchResource();
Public Sub New ()

適用対象

DicomServicePatchResource(IDictionary<String,String>, ServiceManagedIdentityIdentity)

DicomServicePatchResource クラスの新しいインスタンスを初期化します。

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

パラメーター

tags
IDictionary<String,String>

リソース タグ。

identity
ServiceManagedIdentityIdentity

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

適用対象