WorkloadItemType 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.
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
| Name | Description |
|---|---|
| WorkloadItemType(String) |
Initializes a new instance of WorkloadItemType. |
Properties
| Name | Description |
|---|---|
| Invalid |
Invalid. |
| SapAseDatabase |
SAPAseDatabase. |
| SapAseSystem |
SAPAseSystem. |
| SapHanaDatabase |
SAPHanaDatabase. |
| SapHanaDBInstance |
SAPHanaDBInstance. |
| SapHanaSystem |
SAPHanaSystem. |
| SqlDatabase |
SQLDataBase. |
| SqlInstance |
SQLInstance. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |