BackupItemType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BackupItemType(String) |
Initializes a new instance of BackupItemType. |
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(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
Equality(BackupItemType, BackupItemType) |
Determines if two BackupItemType values are the same. |
Implicit(String to BackupItemType) |
Converts a string to a BackupItemType. |
Inequality(BackupItemType, BackupItemType) |
Determines if two BackupItemType values are not the same. |
Applies to
Azure SDK for .NET