PhoneNumberAssignmentType Struct

Definition

Represents the assignment type of the offering.

public readonly struct PhoneNumberAssignmentType : IEquatable<Azure.Communication.PhoneNumbers.PhoneNumberAssignmentType>
type PhoneNumberAssignmentType = struct
Public Structure PhoneNumberAssignmentType
Implements IEquatable(Of PhoneNumberAssignmentType)
Inheritance
PhoneNumberAssignmentType
Implements

Constructors

PhoneNumberAssignmentType(String)

Initializes a new instance of PhoneNumberAssignmentType.

Properties

Application

application.

Person

person.

Methods

Equals(PhoneNumberAssignmentType)

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

Determines if two PhoneNumberAssignmentType values are the same.

Implicit(String to PhoneNumberAssignmentType)

Converts a string to a PhoneNumberAssignmentType.

Inequality(PhoneNumberAssignmentType, PhoneNumberAssignmentType)

Determines if two PhoneNumberAssignmentType values are not the same.

Applies to