Compartir a través de


IContact Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ContactTypeConverter))]
public interface IContact : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

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)

Applies to