PreferredContactMethod Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
|
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
Azure SDK for .NET