BackupManagementType Struct

Definition

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

Name Description
BackupManagementType(String)

Initializes a new instance of BackupManagementType.

Properties

Name Description
AzureBackupServer

Gets the AzureBackupServer.

AzureIaasVm

Gets the AzureIaasVm.

AzureSql

Gets the AzureSql.

AzureStorage

Gets the AzureStorage.

AzureWorkload

Gets the AzureWorkload.

DefaultBackup

Gets the DefaultBackup.

Dpm

Gets the Dpm.

Invalid

Gets the Invalid.

Mab

Gets the Mab.

Methods

Name Description
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

Name Description
Equality(BackupManagementType, BackupManagementType)

Determines if two BackupManagementType values are the same.

Implicit(String to BackupManagementType)

Converts a string to a BackupManagementType.

Implicit(String to Nullable<BackupManagementType>)
Inequality(BackupManagementType, BackupManagementType)

Determines if two BackupManagementType values are not the same.

Applies to