SecretProperties Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretProperties
- com.
public class SecretProperties
Properties of the key backing a certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentType()
Get the contentType value. |
Secret |
withContentType(String contentType)
Set the contentType value. |
Method Details
contentType
public String contentType()
Get the contentType value.
Returns:
the contentType value
withContentType
public SecretProperties withContentType(String contentType)
Set the contentType value.
Parameters:
contentType
- the contentType value to set
Returns:
the SecretProperties object itself.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java