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

Contacts 类

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.Contacts

public class Contacts

保管库证书的联系人。

方法摘要

修饰符和类型 方法和描述
List<Contact> contactList()

获取 contactList 值。

String id()

获取 ID 值。

Contacts withContactList(List<Contact> contactList)

设置 contactList 值。

方法详细信息

contactList

public List contactList()

获取 contactList 值。

返回:

contactList 值

id

public String id()

获取 ID 值。

返回:

id 值

withContactList

public Contacts withContactList(List contactList)

设置 contactList 值。

参数:

contactList - 要设置的 contactList 值

返回:

Contacts 对象本身。

适用于