AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.PhoneNumber

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class PhoneNumber

The PhoneNumber type exposes the following members

Constructors

NameDescription
Public Method PhoneNumber()

Properties

NameTypeDescription
Public Property Associations System.Collections.Generic.List<Amazon.Chime.Model.PhoneNumberAssociation>

Gets and sets the property Associations.

The phone number associations.

Public Property CallingName System.String

Gets and sets the property CallingName.

The outbound calling name associated with the phone number.

Public Property CallingNameStatus Amazon.Chime.CallingNameStatus

Gets and sets the property CallingNameStatus.

The outbound calling name status.

Public Property Capabilities Amazon.Chime.Model.PhoneNumberCapabilities

Gets and sets the property Capabilities.

The phone number capabilities.

Public Property Country System.String

Gets and sets the property Country.

The phone number country. Format: ISO 3166-1 alpha-2.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The phone number creation timestamp, in ISO 8601 format.

Public Property DeletionTimestamp System.DateTime

Gets and sets the property DeletionTimestamp.

The deleted phone number timestamp, in ISO 8601 format.

Public Property E164PhoneNumber System.String

Gets and sets the property E164PhoneNumber.

The phone number, in E.164 format.

Public Property PhoneNumberId System.String

Gets and sets the property PhoneNumberId.

The phone number ID.

Public Property ProductType Amazon.Chime.PhoneNumberProductType

Gets and sets the property ProductType.

The phone number product type.

Public Property Status Amazon.Chime.PhoneNumberStatus

Gets and sets the property Status.

The phone number status.

Public Property Type Amazon.Chime.PhoneNumberType

Gets and sets the property Type.

The phone number type.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The updated phone number timestamp, in ISO 8601 format.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5