DataReplicationJobObjectType 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.
Gets or sets the object type.
public readonly struct DataReplicationJobObjectType : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationJobObjectType>
type DataReplicationJobObjectType = struct
Public Structure DataReplicationJobObjectType
Implements IEquatable(Of DataReplicationJobObjectType)
- Inheritance
-
DataReplicationJobObjectType
- Implements
Constructors
| Name | Description |
|---|---|
| DataReplicationJobObjectType(String) |
Initializes a new instance of DataReplicationJobObjectType. |
Properties
| Name | Description |
|---|---|
| AvsDiskPool |
AVS disk pool. |
| Fabric |
Fabric level job. |
| FabricAgent |
Fabric agent level workflow. |
| Policy |
Policy level job. |
| ProtectedItem |
Protected item level job. |
| RecoveryPlan |
Recovery plan level job. |
| ReplicationExtension |
Replication extension level job. |
| Vault |
Vault level job. |
Methods
| Name | Description |
|---|---|
| Equals(DataReplicationJobObjectType) |
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(DataReplicationJobObjectType, DataReplicationJobObjectType) |
Determines if two DataReplicationJobObjectType values are the same. |
| Implicit(String to DataReplicationJobObjectType) |
Converts a String to a DataReplicationJobObjectType. |
| Inequality(DataReplicationJobObjectType, DataReplicationJobObjectType) |
Determines if two DataReplicationJobObjectType values are not the same. |