次の方法で共有


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 オブジェクト自体。

適用対象