public class SecretUpdateParameters extends Object
| Constructor and Description |
|---|
SecretUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType()
Get the contentType value.
|
SecretAttributes |
secretAttributes()
Get the secretAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
SecretUpdateParameters |
withContentType(String contentType)
Set the contentType value.
|
SecretUpdateParameters |
withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
SecretUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public String contentType()
public SecretUpdateParameters withContentType(String contentType)
contentType - the contentType value to setpublic SecretAttributes secretAttributes()
public SecretUpdateParameters withSecretAttributes(SecretAttributes secretAttributes)
secretAttributes - the secretAttributes value to setpublic SecretUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/