ArmSynapseModelFactory.SynapseIntegrationRuntimeStatusResult メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SynapseIntegrationRuntimeStatusResult の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatusResult SynapseIntegrationRuntimeStatusResult (string name = default, Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus properties = default);
static member SynapseIntegrationRuntimeStatusResult : string * Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus -> Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatusResult
Public Shared Function SynapseIntegrationRuntimeStatusResult (Optional name As String = Nothing, Optional properties As SynapseIntegrationRuntimeStatus = Nothing) As SynapseIntegrationRuntimeStatusResult
パラメーター
- name
- String
統合ランタイム名。
- properties
- SynapseIntegrationRuntimeStatus
統合ランタイムのプロパティ。 基底クラスであることに注意 SynapseIntegrationRuntimeStatus(String, String, Nullable<SynapseIntegrationRuntimeState>, IReadOnlyDictionary<String,BinaryData>) してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSynapseSelfHostedIntegrationRuntimeStatus(String, Nullable<SynapseIntegrationRuntimeState>, IReadOnlyDictionary<String,BinaryData>, Nullable<DateTimeOffset>, String, String, Nullable<SynapseIntegrationRuntimeInternalChannelEncryptionMode>, String, IEnumerable<SynapseSelfHostedIntegrationRuntimeNode>, Nullable<DateTimeOffset>, String, String, IReadOnlyDictionary<String, String>, IEnumerable<String>, Nullable<SynapseIntegrationRuntimeAutoUpdate>, String, IEnumerable<SynapseLinkedIntegrationRuntime>, String, String, Nullable<DateTimeOffset>, String, IEnumerable<String>)含まれますSynapseManagedIntegrationRuntimeStatus(String, Nullable<SynapseIntegrationRuntimeState>, IReadOnlyDictionary<String,BinaryData>, Nullable<DateTimeOffset>, IEnumerable<SynapseManagedIntegrationRuntimeNode>, IEnumerable<SynapseManagedIntegrationRuntimeError>, SynapseManagedIntegrationRuntimeOperationResult)。
戻り値
モック作成用の新しい SynapseIntegrationRuntimeStatusResult インスタンス。