Show / Hide Table of Contents

Struct AgreementAcceptanceMode

The mode of acceptance for an agreement.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public struct AgreementAcceptanceMode : IEquatable<Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode>

Constructors

AgreementAcceptanceMode(String)

Initializes a new instance of AgreementAcceptanceMode.

Declaration
public AgreementAcceptanceMode (string value);
Parameters
System.String value

Exceptions
System.ArgumentNullException

value is null.

Properties

ClickToAccept

ClickToAccept.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode ClickToAccept { get; }
Property Value
AgreementAcceptanceMode

ESignEmbedded

ESignEmbedded.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode ESignEmbedded { get; }
Property Value
AgreementAcceptanceMode

ESignOffline

ESignOffline.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode ESignOffline { get; }
Property Value
AgreementAcceptanceMode

Implicit

Implicit.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode Implicit { get; }
Property Value
AgreementAcceptanceMode

Offline

Offline.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode Offline { get; }
Property Value
AgreementAcceptanceMode

Other

Other.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode Other { get; }
Property Value
AgreementAcceptanceMode

PhysicalSign

PhysicalSign.

Declaration
public static Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode PhysicalSign { get; }
Property Value
AgreementAcceptanceMode

Methods

Equals(AgreementAcceptanceMode)

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

Declaration
public bool Equals (Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode other);
Parameters
AgreementAcceptanceMode other

An object to compare with this object.

Returns
System.Boolean

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The object to compare with the current instance.

Returns
System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString ();
Returns
System.String

The fully qualified type name.

Operators

Equality(AgreementAcceptanceMode, AgreementAcceptanceMode)

Determines if two AgreementAcceptanceMode values are the same.

Declaration
public static bool operator == (Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode left, Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode right);
Parameters
AgreementAcceptanceMode left

AgreementAcceptanceMode right

Returns
System.Boolean

Implicit(String to AgreementAcceptanceMode)

Converts a System.String to a AgreementAcceptanceMode.

Declaration
public static implicit operator Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode (string value);
Parameters
System.String value

Returns
AgreementAcceptanceMode

Inequality(AgreementAcceptanceMode, AgreementAcceptanceMode)

Determines if two AgreementAcceptanceMode values are not the same.

Declaration
public static bool operator != (Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode left, Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode right);
Parameters
AgreementAcceptanceMode left

AgreementAcceptanceMode right

Returns
System.Boolean

Back to top Azure SDK for .NET