RecoveryPlanGroupType Struct

Definition

The group type.

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

Constructors

RecoveryPlanGroupType(String)

Initializes a new instance of RecoveryPlanGroupType.

Properties

Boot

Boot.

Failover

Failover.

Shutdown

Shutdown.

Methods

Equals(RecoveryPlanGroupType)

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

Determines if two RecoveryPlanGroupType values are the same.

Implicit(String to RecoveryPlanGroupType)

Converts a string to a RecoveryPlanGroupType.

Inequality(RecoveryPlanGroupType, RecoveryPlanGroupType)

Determines if two RecoveryPlanGroupType values are not the same.

Applies to