Struct EventStreamEventBridgeAwsRegionEnum
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[JsonConverter(typeof(EventStreamEventBridgeAwsRegionEnum.EventStreamEventBridgeAwsRegionEnumSerializer))]
[Serializable]
public readonly record struct EventStreamEventBridgeAwsRegionEnum : IStringEnum, IEquatable<string>, IEquatable<EventStreamEventBridgeAwsRegionEnum>
- Implements
- Inherited Members
Constructors
EventStreamEventBridgeAwsRegionEnum(string)
public EventStreamEventBridgeAwsRegionEnum(string value)
Parameters
valuestring
Fields
AfSouth1
public static readonly EventStreamEventBridgeAwsRegionEnum AfSouth1
Field Value
ApEast1
public static readonly EventStreamEventBridgeAwsRegionEnum ApEast1
Field Value
ApEast2
public static readonly EventStreamEventBridgeAwsRegionEnum ApEast2
Field Value
ApNortheast1
public static readonly EventStreamEventBridgeAwsRegionEnum ApNortheast1
Field Value
ApNortheast2
public static readonly EventStreamEventBridgeAwsRegionEnum ApNortheast2
Field Value
ApNortheast3
public static readonly EventStreamEventBridgeAwsRegionEnum ApNortheast3
Field Value
ApSouth1
public static readonly EventStreamEventBridgeAwsRegionEnum ApSouth1
Field Value
ApSouth2
public static readonly EventStreamEventBridgeAwsRegionEnum ApSouth2
Field Value
ApSoutheast1
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast1
Field Value
ApSoutheast2
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast2
Field Value
ApSoutheast3
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast3
Field Value
ApSoutheast4
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast4
Field Value
ApSoutheast5
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast5
Field Value
ApSoutheast6
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast6
Field Value
ApSoutheast7
public static readonly EventStreamEventBridgeAwsRegionEnum ApSoutheast7
Field Value
CaCentral1
public static readonly EventStreamEventBridgeAwsRegionEnum CaCentral1
Field Value
CaWest1
public static readonly EventStreamEventBridgeAwsRegionEnum CaWest1
Field Value
EuCentral1
public static readonly EventStreamEventBridgeAwsRegionEnum EuCentral1
Field Value
EuCentral2
public static readonly EventStreamEventBridgeAwsRegionEnum EuCentral2
Field Value
EuNorth1
public static readonly EventStreamEventBridgeAwsRegionEnum EuNorth1
Field Value
EuSouth1
public static readonly EventStreamEventBridgeAwsRegionEnum EuSouth1
Field Value
EuSouth2
public static readonly EventStreamEventBridgeAwsRegionEnum EuSouth2
Field Value
EuWest1
public static readonly EventStreamEventBridgeAwsRegionEnum EuWest1
Field Value
EuWest2
public static readonly EventStreamEventBridgeAwsRegionEnum EuWest2
Field Value
EuWest3
public static readonly EventStreamEventBridgeAwsRegionEnum EuWest3
Field Value
IlCentral1
public static readonly EventStreamEventBridgeAwsRegionEnum IlCentral1
Field Value
MeCentral1
public static readonly EventStreamEventBridgeAwsRegionEnum MeCentral1
Field Value
MeSouth1
public static readonly EventStreamEventBridgeAwsRegionEnum MeSouth1
Field Value
MxCentral1
public static readonly EventStreamEventBridgeAwsRegionEnum MxCentral1
Field Value
SaEast1
public static readonly EventStreamEventBridgeAwsRegionEnum SaEast1
Field Value
UsEast1
public static readonly EventStreamEventBridgeAwsRegionEnum UsEast1
Field Value
UsEast2
public static readonly EventStreamEventBridgeAwsRegionEnum UsEast2
Field Value
UsGovEast1
public static readonly EventStreamEventBridgeAwsRegionEnum UsGovEast1
Field Value
UsGovWest1
public static readonly EventStreamEventBridgeAwsRegionEnum UsGovWest1
Field Value
UsWest1
public static readonly EventStreamEventBridgeAwsRegionEnum UsWest1
Field Value
UsWest2
public static readonly EventStreamEventBridgeAwsRegionEnum UsWest2
Field Value
Properties
Value
The string value of the enum.
public string Value { get; }
Property Value
Methods
Equals(string?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(string? other)
Parameters
otherstringAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
FromCustom(string)
Create a string enum with the given value.
public static EventStreamEventBridgeAwsRegionEnum FromCustom(string value)
Parameters
valuestring
Returns
ToString()
Returns the string value of the enum.
public override string ToString()
Returns
Operators
operator ==(EventStreamEventBridgeAwsRegionEnum, string)
public static bool operator ==(EventStreamEventBridgeAwsRegionEnum value1, string value2)
Parameters
value1EventStreamEventBridgeAwsRegionEnumvalue2string
Returns
explicit operator string(EventStreamEventBridgeAwsRegionEnum)
public static explicit operator string(EventStreamEventBridgeAwsRegionEnum value)
Parameters
Returns
explicit operator EventStreamEventBridgeAwsRegionEnum(string)
public static explicit operator EventStreamEventBridgeAwsRegionEnum(string value)
Parameters
valuestring
Returns
operator !=(EventStreamEventBridgeAwsRegionEnum, string)
public static bool operator !=(EventStreamEventBridgeAwsRegionEnum value1, string value2)
Parameters
value1EventStreamEventBridgeAwsRegionEnumvalue2string