Udostępnij przez


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

Name Description
WorkflowObjectType(String)

Initializes a new instance of WorkflowObjectType.

Properties

Name Description
AvsDiskPool

AvsDiskPool.

Dra

Dra.

Fabric

Fabric.

Policy

Policy.

ProtectedItem

ProtectedItem.

RecoveryPlan

RecoveryPlan.

ReplicationExtension

ReplicationExtension.

Vault

Vault.

Methods

Name Description
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

Name Description
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