PhoneNumberIdentifier Class
Represents a phone number.
- Inheritance
-
builtins.objectPhoneNumberIdentifier
Constructor
PhoneNumberIdentifier(value: str, **kwargs: Any)
Parameters
Name | Description |
---|---|
value
Required
|
The phone number. |
Keyword-Only Parameters
Name | Description |
---|---|
raw_id
|
The raw ID of the identifier. If not specified, this will be constructed from the 'value' parameter. |
Attributes
kind
The type of identifier.
kind: PHONE_NUMBER: 'phone_number'>] = 'phone_number'
properties
The properties of the identifier.
properties: PhoneNumberProperties
raw_id
The raw ID of the identifier.
raw_id: str
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python