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

SecretProperties 类

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

public class SecretProperties

支持证书的密钥的属性。

方法摘要

修饰符和类型 方法和描述
String contentType()

获取 contentType 值。

SecretProperties withContentType(String contentType)

设置 contentType 值。

方法详细信息

contentType

public String contentType()

获取 contentType 值。

返回:

contentType 值

withContentType

public SecretProperties withContentType(String contentType)

设置 contentType 值。

参数:

contentType - 要设置的 contentType 值

返回:

SecretProperties 对象本身。

适用于