Share via


BackupWorkloadType Struct

Definition

Type of workload for the backup management.

public readonly struct BackupWorkloadType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupWorkloadType>
type BackupWorkloadType = struct
Public Structure BackupWorkloadType
Implements IEquatable(Of BackupWorkloadType)
Inheritance
BackupWorkloadType
Implements

Constructors

BackupWorkloadType(String)

Initializes a new instance of BackupWorkloadType.

Properties

AzureFileShare

AzureFileShare.

AzureSqlDB

AzureSqlDb.

Client

Client.

Exchange

Exchange.

FileFolder

FileFolder.

GenericDataSource

GenericDataSource.

Invalid

Invalid.

SapAseDatabase

SAPAseDatabase.

SapHanaDatabase

SAPHanaDatabase.

SapHanaDBInstance

SAPHanaDBInstance.

Sharepoint

Sharepoint.

SqlDatabase

SQLDataBase.

SqlDB

SQLDB.

SystemState

SystemState.

Vm

VM.

VMwareVm

VMwareVM.

Methods

Equals(BackupWorkloadType)

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(BackupWorkloadType, BackupWorkloadType)

Determines if two BackupWorkloadType values are the same.

Implicit(String to BackupWorkloadType)

Converts a string to a BackupWorkloadType.

Inequality(BackupWorkloadType, BackupWorkloadType)

Determines if two BackupWorkloadType values are not the same.

Applies to