AzureFileShareProtectableItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET