Share via


AllowedReplicationRegion Struct

Definition

Allowed replication region.

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

Constructors

AllowedReplicationRegion(String)

Initializes a new instance of AllowedReplicationRegion.

Properties

AustraliaEast

AustraliaEast.

BrazilSouth

BrazilSouth.

Default

Default.

None

None.

NorthEurope

NorthEurope.

SouthAfricaNorth

SouthAfricaNorth.

SouthEastAsia

SouthEastAsia.

WestUS2

WestUs2.

Methods

Equals(AllowedReplicationRegion)

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

Determines if two AllowedReplicationRegion values are the same.

Implicit(String to AllowedReplicationRegion)

Converts a string to a AllowedReplicationRegion.

Inequality(AllowedReplicationRegion, AllowedReplicationRegion)

Determines if two AllowedReplicationRegion values are not the same.

Applies to