DicomService コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DicomService() |
DicomService クラスの新しいインスタンスを初期化します。 |
DicomService(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, DicomServiceAuthenticationConfiguration, String, IList<PrivateEndpointConnection>, String, SystemData) |
DicomService クラスの新しいインスタンスを初期化します。 |
DicomService()
DicomService クラスの新しいインスタンスを初期化します。
public DicomService();
Public Sub New ()
適用対象
DicomService(IDictionary<String,String>, String, ServiceManagedIdentityIdentity, String, DicomServiceAuthenticationConfiguration, String, IList<PrivateEndpointConnection>, String, SystemData)
DicomService クラスの新しいインスタンスを初期化します。
public DicomService(System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity identity = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration authenticationConfiguration = default, string serviceUrl = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.DicomService : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.HealthcareApis.Models.ServiceManagedIdentityIdentity * string * Microsoft.Azure.Management.HealthcareApis.Models.DicomServiceAuthenticationConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> * string * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.DicomService
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional identity As ServiceManagedIdentityIdentity = Nothing, Optional provisioningState As String = Nothing, Optional authenticationConfiguration As DicomServiceAuthenticationConfiguration = Nothing, Optional serviceUrl As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional systemData As SystemData = Nothing)
パラメーター
- tags
- IDictionary<String,String>
リソース タグ。
- location
- String
リソースの場所。
- identity
- ServiceManagedIdentityIdentity
サービスにマネージド ID が関連付けられているかどうかを示す設定。
- provisioningState
- String
プロビジョニングの状態。 指定できる値は、'削除中'、'Succeeded'、'Creating'、'Accepted'、'Verifying'、'Updating'、'Failed'、'Canceled'、'Deprovisioned'、'Moving'、'Suspended'、'Warned'、'SystemMaintenance' です。
- authenticationConfiguration
- DicomServiceAuthenticationConfiguration
Dicom サービス認証の構成。
- serviceUrl
- String
Dicom サービスの URL。
- privateEndpointConnections
- IList<PrivateEndpointConnection>
このリソース用に設定されているプライベート エンドポイント接続の一覧。
- publicNetworkAccess
- String
プライベート エンドポイントが有効になっている間にパブリック ネットワークから送信されるデータ プレーン トラフィックのアクセス許可を制御します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- systemData
- SystemData
リソースの作成と最後の変更に関連するメタデータ。
適用対象
Azure SDK for .NET