Megosztás a következőn keresztül:


ChurnOptionSelected Struct

Definition

A value indicating the churn option selected by user.

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

Constructors

ChurnOptionSelected(String)

Initializes a new instance of ChurnOptionSelected.

Properties

High

High.

Normal

Normal.

Methods

Equals(ChurnOptionSelected)

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(ChurnOptionSelected, ChurnOptionSelected)

Determines if two ChurnOptionSelected values are the same.

Implicit(String to ChurnOptionSelected)

Converts a string to a ChurnOptionSelected.

Inequality(ChurnOptionSelected, ChurnOptionSelected)

Determines if two ChurnOptionSelected values are not the same.

Applies to