次の方法で共有


ArmRecoveryServicesBackupModelFactory.IaasVmHealthDetails メソッド

定義

IaasVmHealthDetails の新しいインスタンスを初期化します。

public static Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails IaasVmHealthDetails (int? code = default, string title = default, string message = default, System.Collections.Generic.IEnumerable<string> recommendations = default);
static member IaasVmHealthDetails : Nullable<int> * string * string * seq<string> -> Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmHealthDetails
Public Shared Function IaasVmHealthDetails (Optional code As Nullable(Of Integer) = Nothing, Optional title As String = Nothing, Optional message As String = Nothing, Optional recommendations As IEnumerable(Of String) = Nothing) As IaasVmHealthDetails

パラメーター

code
Nullable<Int32>

正常性コード。

title
String

正常性タイトル。

message
String

正常性メッセージ。

recommendations
IEnumerable<String>

正常性推奨アクション。

戻り値

モック作成用の新しい IaasVmHealthDetails インスタンス。

適用対象