WorkflowObjectType Struct

Definition

Gets or sets the object type.

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

Constructors

WorkflowObjectType(String)

Initializes a new instance of WorkflowObjectType.

Properties

AvsDiskPool

AvsDiskPool.

Dra

Dra.

Fabric

Fabric.

Policy

Policy.

ProtectedItem

ProtectedItem.

RecoveryPlan

RecoveryPlan.

ReplicationExtension

ReplicationExtension.

Vault

Vault.

Methods

Equals(WorkflowObjectType)

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

Determines if two WorkflowObjectType values are the same.

Implicit(String to WorkflowObjectType)

Converts a string to a WorkflowObjectType.

Inequality(WorkflowObjectType, WorkflowObjectType)

Determines if two WorkflowObjectType values are not the same.

Applies to