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

Name Description
BackupWorkloadType(String)

Initializes a new instance of BackupWorkloadType.

Properties

Name Description
AzureFileShare

Gets the AzureFileShare.

AzureSqlDB

Gets the AzureSqlDB.

Client

Gets the Client.

Exchange

Gets the Exchange.

FileFolder

Gets the FileFolder.

GenericDataSource

Gets the GenericDataSource.

Invalid

Gets the Invalid.

SapAseDatabase

Gets the SapAseDatabase.

SapHanaDatabase

Gets the SapHanaDatabase.

SapHanaDBInstance

Gets the SapHanaDBInstance.

Sharepoint

Gets the Sharepoint.

SqlDatabase

Gets the SqlDatabase.

SqlDB

Gets the SqlDB.

SystemState

Gets the SystemState.

Vm

Gets the Vm.

VMwareVm

Gets the VMwareVm.

Methods

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

Name Description
Equality(BackupWorkloadType, BackupWorkloadType)

Determines if two BackupWorkloadType values are the same.

Implicit(String to BackupWorkloadType)

Converts a string to a BackupWorkloadType.

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

Determines if two BackupWorkloadType values are not the same.

Applies to