Share via


PreferredContactMethod Struct

Definition

Preferred contact method.

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

Constructors

PreferredContactMethod(String)

Initializes a new instance of PreferredContactMethod.

Properties

Email

email.

Phone

phone.

Methods

Equals(PreferredContactMethod)

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

Determines if two PreferredContactMethod values are the same.

Implicit(String to PreferredContactMethod)

Converts a string to a PreferredContactMethod.

Inequality(PreferredContactMethod, PreferredContactMethod)

Determines if two PreferredContactMethod values are not the same.

Applies to