次の方法で共有


BackupManagementType 構造体

定義

現在のジョブを実行するためのバックアップ管理の種類。

public readonly struct BackupManagementType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType>
type BackupManagementType = struct
Public Structure BackupManagementType
Implements IEquatable(Of BackupManagementType)
継承
BackupManagementType
実装

コンストラクター

BackupManagementType(String)

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

プロパティ

AzureBackupServer

AzureBackupServer。

AzureIaasVm

AzureIaasVM。

AzureSql

AzureSql。

AzureStorage

AzureStorage。

AzureWorkload

AzureWorkload。

BackupProtectedItemCountSummary

BackupProtectedItemCountSummary。

BackupProtectionContainerCountSummary

BackupProtectionContainerCountSummary。

DefaultBackup

DefaultBackup。

Dpm

Dpm。

Invalid

無効。

Mab

Mab。

メソッド

Equals(BackupManagementType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(BackupManagementType, BackupManagementType)

2 つの BackupManagementType 値が同じかどうかを判断します。

Implicit(String to BackupManagementType)

文字列を BackupManagementType に変換します。

Inequality(BackupManagementType, BackupManagementType)

2 つの BackupManagementType 値が同じでないかどうかを判断します。

適用対象