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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java