次の方法で共有


AzureFileShareProtectableItem コンストラクター

定義

オーバーロード

AzureFileShareProtectableItem()

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

AzureFileShareProtectableItem(String, String, String, String, String, String, String)

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

AzureFileShareProtectableItem()

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

public AzureFileShareProtectableItem ();
Public Sub New ()

適用対象

AzureFileShareProtectableItem(String, String, String, String, String, String, String)

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

public AzureFileShareProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentContainerFabricId = default, string parentContainerFriendlyName = default, string azureFileShareType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentContainerFabricId As String = Nothing, Optional parentContainerFriendlyName As String = Nothing, Optional azureFileShareType As String = Nothing)

パラメーター

backupManagementType
String

項目をバックアップするバックアップ管理の種類。

workloadType
String

バックアップ管理のワークロードの種類

friendlyName
String

バックアップ項目のフレンドリ名。

protectionState
String

バックアップ項目の状態。 指定できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

parentContainerFabricId
String

この保護可能な項目が属するコンテナーの完全なファブリック ID。 たとえば、ARM ID です。

parentContainerFriendlyName
String

この保護可能な項目が属するコンテナーのフレンドリ名。

azureFileShareType
String

ファイル共有の種類は XSync または XSMB です。 指定できる値は、'Invalid'、'XSMB'、'XSync' です。

適用対象