AllowedReplicationRegion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
AustraliaEast. |
| BrazilSouth |
BrazilSouth. |
| Default |
Default. |
| None |
None. |
| NorthEurope |
NorthEurope. |
| SouthAfricaNorth |
SouthAfricaNorth. |
| SouthEastAsia |
SouthEastAsia. |
| WestUS2 |
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. |
| Inequality(AllowedReplicationRegion, AllowedReplicationRegion) |
Determines if two AllowedReplicationRegion values are not the same. |