次の方法で共有


ArmRecoveryServicesBackupModelFactory.BackupErrorDetail メソッド

定義

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

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

パラメーター

code
String

エラー コード。

message
String

コードに関連するエラー メッセージ。

recommendations
IEnumerable<String>

レコメンデーション文字列の一覧。

戻り値

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

適用対象