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

Name Description
RecoveryPlanGroupType(String)

Initializes a new instance of RecoveryPlanGroupType.

Properties

Name Description
Boot

Boot.

Failover

Failover.

Shutdown

Shutdown.

Methods

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

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