BackupManagementType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backup management type to execute the current job.
public readonly struct BackupManagementType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementType>
type BackupManagementType = struct
Public Structure BackupManagementType
Implements IEquatable(Of BackupManagementType)
- Inheritance
-
BackupManagementType
- Implements
Constructors
BackupManagementType(String) |
Initializes a new instance of BackupManagementType. |
Properties
AzureBackupServer |
AzureBackupServer. |
AzureIaasVm |
AzureIaasVM. |
AzureSql |
AzureSql. |
AzureStorage |
AzureStorage. |
AzureWorkload |
AzureWorkload. |
BackupProtectedItemCountSummary |
BackupProtectedItemCountSummary. |
BackupProtectionContainerCountSummary |
BackupProtectionContainerCountSummary. |
DefaultBackup |
DefaultBackup. |
Dpm |
DPM. |
Invalid |
Invalid. |
Mab |
MAB. |
Methods
Equals(BackupManagementType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BackupManagementType, BackupManagementType) |
Determines if two BackupManagementType values are the same. |
Implicit(String to BackupManagementType) |
Converts a string to a BackupManagementType. |
Inequality(BackupManagementType, BackupManagementType) |
Determines if two BackupManagementType values are not the same. |
Applies to
Azure SDK for .NET