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

Name Description
AllowedReplicationRegion(String)

Initializes a new instance of AllowedReplicationRegion.

Properties

Name Description
AustraliaEast

Gets the AustraliaEast.

BrazilSouth

Gets the BrazilSouth.

Default

Gets the Default.

None

Gets the None.

NorthEurope

Gets the NorthEurope.

SouthAfricaNorth

Gets the SouthAfricaNorth.

SouthEastAsia

Gets the SouthEastAsia.

WestUS2

Gets the WestUS2.

Methods

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

Name Description
Equality(AllowedReplicationRegion, AllowedReplicationRegion)

Determines if two AllowedReplicationRegion values are the same.

Implicit(String to AllowedReplicationRegion)

Converts a string to a AllowedReplicationRegion.

Implicit(String to Nullable<AllowedReplicationRegion>)
Inequality(AllowedReplicationRegion, AllowedReplicationRegion)

Determines if two AllowedReplicationRegion values are not the same.

Applies to