SecretProperties クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretProperties
- com.
public class SecretProperties
証明書をバックアップするキーのプロパティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
contentType()
contentType 値を取得します。 |
Secret |
withContentType(String contentType)
contentType 値を設定します。 |
メソッドの詳細
contentType
public String contentType()
contentType 値を取得します。
戻り値:
contentType 値
withContentType
public SecretProperties withContentType(String contentType)
contentType 値を設定します。
パラメーター:
contentType
- 設定する contentType 値
戻り値:
SecretProperties オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java