BackupDataSourceType Struct

Definition

Type of workload this item represents.

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

Constructors

BackupDataSourceType(String)

Initializes a new instance of BackupDataSourceType.

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(BackupDataSourceType)

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

Determines if two BackupDataSourceType values are the same.

Implicit(String to BackupDataSourceType)

Converts a string to a BackupDataSourceType.

Inequality(BackupDataSourceType, BackupDataSourceType)

Determines if two BackupDataSourceType values are not the same.

Applies to