Share via


WorkloadItemType Struct

Definition

Workload item type of the item for which intent is to be set.

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

Constructors

WorkloadItemType(String)

Initializes a new instance of WorkloadItemType.

Properties

Invalid

Invalid.

SapAseDatabase

SAPAseDatabase.

SapAseSystem

SAPAseSystem.

SapHanaDatabase

SAPHanaDatabase.

SapHanaDBInstance

SAPHanaDBInstance.

SapHanaSystem

SAPHanaSystem.

SqlDatabase

SQLDataBase.

SqlInstance

SQLInstance.

Methods

Equals(WorkloadItemType)

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

Determines if two WorkloadItemType values are the same.

Implicit(String to WorkloadItemType)

Converts a string to a WorkloadItemType.

Inequality(WorkloadItemType, WorkloadItemType)

Determines if two WorkloadItemType values are not the same.

Applies to