IContact Interface
In questo articolo
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
| Name | Description |
|---|---|
|
Address |
First line of an Address. |
|
Address |
The second line of the Address. Optional. |
|
Address |
The city for the address. |
|
Address |
The country for the address. |
|
Address |
The postal code for the address. |
|
Address |
The state or province for the address. |
|
Email address. |
|
| Fax |
Fax number. |
|
Job |
Job title. |
|
Name |
First name. |
|
Name |
Last name. |
|
Name |
Middle name. |
| Organization |
Organization contact belongs to. |
| Phone |
Phone number. |
Methods
| Name | Description |
|---|---|
|
To |
(Inherited from IJsonSerializable) |
Applies to
| Prodotto | Versioni |
|---|---|
| Azure - PowerShell Commands | 13.5.0, 12 (LTS), Latest |