Table of Contents

Struct CreateConnectionRequestContentAmazonStrategy

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(CreateConnectionRequestContentAmazonStrategy.CreateConnectionRequestContentAmazonStrategySerializer))]
[Serializable]
public readonly record struct CreateConnectionRequestContentAmazonStrategy : IStringEnum, IEquatable<string>, IEquatable<CreateConnectionRequestContentAmazonStrategy>
Implements
Inherited Members

Constructors

CreateConnectionRequestContentAmazonStrategy(string)

public CreateConnectionRequestContentAmazonStrategy(string value)

Parameters

value string

Fields

Amazon

public static readonly CreateConnectionRequestContentAmazonStrategy Amazon

Field Value

CreateConnectionRequestContentAmazonStrategy

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static CreateConnectionRequestContentAmazonStrategy FromCustom(string value)

Parameters

value string

Returns

CreateConnectionRequestContentAmazonStrategy

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(CreateConnectionRequestContentAmazonStrategy, string)

public static bool operator ==(CreateConnectionRequestContentAmazonStrategy value1, string value2)

Parameters

value1 CreateConnectionRequestContentAmazonStrategy
value2 string

Returns

bool

explicit operator string(CreateConnectionRequestContentAmazonStrategy)

public static explicit operator string(CreateConnectionRequestContentAmazonStrategy value)

Parameters

value CreateConnectionRequestContentAmazonStrategy

Returns

string

explicit operator CreateConnectionRequestContentAmazonStrategy(string)

public static explicit operator CreateConnectionRequestContentAmazonStrategy(string value)

Parameters

value string

Returns

CreateConnectionRequestContentAmazonStrategy

operator !=(CreateConnectionRequestContentAmazonStrategy, string)

public static bool operator !=(CreateConnectionRequestContentAmazonStrategy value1, string value2)

Parameters

value1 CreateConnectionRequestContentAmazonStrategy
value2 string

Returns

bool