次の方法で共有


Backup コンストラクター

定義

オーバーロード

Backup()

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

Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)

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

Backup()

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

public Backup ();
Public Sub New ()

適用対象

Backup(DateTime, Int64, IList<BackupElement>, String, String, String, Nullable<Kind>, Nullable<BackupType>, Nullable<BackupJobCreationType>, String, String)

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

public Backup (DateTime createdOn, long sizeInBytes, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement> elements, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType? backupType = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupJobCreationType? backupJobCreationType = default, string backupPolicyId = default, string ssmHostName = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Backup : DateTime * int64 * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement> * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupJobCreationType> * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.Backup
Public Sub New (createdOn As DateTime, sizeInBytes As Long, elements As IList(Of BackupElement), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional backupType As Nullable(Of BackupType) = Nothing, Optional backupJobCreationType As Nullable(Of BackupJobCreationType) = Nothing, Optional backupPolicyId As String = Nothing, Optional ssmHostName As String = Nothing)

パラメーター

createdOn
DateTime

バックアップが作成された時刻。

sizeInBytes
Int64

バックアップ サイズ (バイト単位)。

elements
IList<BackupElement>

バックアップ要素。

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクトの名前。

type
String

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

backupType
Nullable<BackupType>

バックアップの種類。 使用可能な値は、'LocalSnapshot'、'CloudSnapshot' です。

backupJobCreationType
Nullable<BackupJobCreationType>

バックアップ ジョブの作成の種類。 指定できる値は、'Adhoc'、'BySchedule'、'BySSM' です。

backupPolicyId
String

バックアップ ポリシーのパス ID。

ssmHostName
String

StorSimple Snapshot Manager ホスト名。

適用対象