Share via


SiteRecoveryExtendedLocationType Struct

Definition

The extended location type.

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

Constructors

SiteRecoveryExtendedLocationType(String)

Initializes a new instance of SiteRecoveryExtendedLocationType.

Properties

EdgeZone

EdgeZone.

Methods

Equals(SiteRecoveryExtendedLocationType)

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

Determines if two SiteRecoveryExtendedLocationType values are the same.

Implicit(String to SiteRecoveryExtendedLocationType)

Converts a string to a SiteRecoveryExtendedLocationType.

Inequality(SiteRecoveryExtendedLocationType, SiteRecoveryExtendedLocationType)

Determines if two SiteRecoveryExtendedLocationType values are not the same.

Applies to