BackupItemType Struct

Definition

Type of backup items associated with this container.

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

Constructors

Name Description
BackupItemType(String)

Initializes a new instance of BackupItemType.

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

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

Determines if two BackupItemType values are the same.

Implicit(String to BackupItemType)

Converts a string to a BackupItemType.

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

Determines if two BackupItemType values are not the same.

Applies to