次の方法で共有


AzureFileShareProtectableItem クラス

定義

Azure Fileshare ワークロードの保護可能な項目。

[Newtonsoft.Json.JsonObject("AzureFileShare")]
public class AzureFileShareProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
[<Newtonsoft.Json.JsonObject("AzureFileShare")>]
type AzureFileShareProtectableItem = class
    inherit WorkloadProtectableItem
Public Class AzureFileShareProtectableItem
Inherits WorkloadProtectableItem
継承
AzureFileShareProtectableItem
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureFileShareProtectableItem()

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

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

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

プロパティ

AzureFileShareType

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

BackupManagementType

項目をバックアップするバックアップ管理の種類を取得または設定します。

(継承元 WorkloadProtectableItem)
FriendlyName

バックアップ項目のフレンドリ名を取得または設定します。

(継承元 WorkloadProtectableItem)
ParentContainerFabricId

この保護可能な項目が属するコンテナーの完全な Fabric ID を取得または設定します。 たとえば、ARM ID です。

ParentContainerFriendlyName

この保護可能な項目が属するコンテナーのフレンドリ名を取得または設定します。

ProtectionState

バックアップ項目の状態を取得または設定します。 指定できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

(継承元 WorkloadProtectableItem)
WorkloadType

バックアップ管理のワークロードの種類を取得または設定します

(継承元 WorkloadProtectableItem)

適用対象