AgreementAcceptanceMode Struct

Definition

The mode of acceptance for an agreement.

public readonly struct AgreementAcceptanceMode : IEquatable<Azure.ResourceManager.Billing.Models.AgreementAcceptanceMode>
type AgreementAcceptanceMode = struct
Public Structure AgreementAcceptanceMode
Implements IEquatable(Of AgreementAcceptanceMode)
Inheritance
AgreementAcceptanceMode
Implements

Constructors

AgreementAcceptanceMode(String)

Initializes a new instance of AgreementAcceptanceMode.

Properties

ClickToAccept

ClickToAccept.

ESignEmbedded

ESignEmbedded.

ESignOffline

ESignOffline.

Implicit

Implicit.

Offline

Offline.

Other

Other.

PhysicalSign

PhysicalSign.

Methods

Equals(AgreementAcceptanceMode)

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

Equality(AgreementAcceptanceMode, AgreementAcceptanceMode)

Determines if two AgreementAcceptanceMode values are the same.

Implicit(String to AgreementAcceptanceMode)

Converts a string to a AgreementAcceptanceMode.

Inequality(AgreementAcceptanceMode, AgreementAcceptanceMode)

Determines if two AgreementAcceptanceMode values are not the same.

Applies to