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

Name Description
SiteRecoveryExtendedLocationType(String)

Initializes a new instance of SiteRecoveryExtendedLocationType.

Properties

Name Description
EdgeZone

EdgeZone.

Methods

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

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