Secret.UpdateStages.WithValue Interface
public static interface Secret.UpdateStages.WithValue
The stage of a secret update allowing to create a new version of the secret value.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withValue(String value)
Specifies the new version of the value to be added. |
Method Details
withValue
public abstract Secret.Update withValue(String value)
Specifies the new version of the value to be added.
Parameters:
value
- the value for the new version
Returns:
the next stage of the secret update
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java