IContact Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContactTypeConverter))]
public interface IContact : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ContactTypeConverter))>]
type IContact = interface
interface IJsonSerializable
Public Interface IContact
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AddressMailingAddress1 |
First line of an Address. |
AddressMailingAddress2 |
The second line of the Address. Optional. |
AddressMailingCity |
The city for the address. |
AddressMailingCountry |
The country for the address. |
AddressMailingPostalCode |
The postal code for the address. |
AddressMailingState |
The state or province for the address. |
Email address. |
|
Fax |
Fax number. |
JobTitle |
Job title. |
NameFirst |
First name. |
NameLast |
Last name. |
NameMiddle |
Middle name. |
Organization |
Organization contact belongs to. |
Phone |
Phone number. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |