你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistrationContactInfo(String, String, String, String) 构造函数

定义

初始化 RegistrationContactInfo 的新实例。

public RegistrationContactInfo (string email, string nameFirst, string nameLast, string phone);
new Azure.ResourceManager.AppService.Models.RegistrationContactInfo : string * string * string * string -> Azure.ResourceManager.AppService.Models.RegistrationContactInfo
Public Sub New (email As String, nameFirst As String, nameLast As String, phone As String)

参数

email
String

电子邮件地址。

nameFirst
String

名字。

nameLast
String

姓氏。

phone
String

电话号码。

例外

emailnameFirstnameLastphone 为 null。

适用于