azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

30 строки
1.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithValue"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithValue"
name: "Secret.UpdateStages.WithValue"
nameWithType: "Secret.UpdateStages.WithValue"
summary: "The stage of a secret update allowing to create a new version of the secret value."
syntax: "public static interface **Secret.UpdateStages.WithValue**"
methods:
- uid: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithValue.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithValue.withValue(String value)"
name: "withValue(String value)"
nameWithType: "Secret.UpdateStages.WithValue.withValue(String value)"
summary: "Specifies the new version of the value to be added."
modifiers:
- "abstract"
parameters:
- description: "the value for the new version"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Secret.Update withValue(String value)"
desc: "Specifies the new version of the value to be added."
returns:
description: "the next stage of the secret update"
type: "<xref href=\"com.microsoft.azure.management.keyvault.Secret.Update?alt=com.microsoft.azure.management.keyvault.Secret.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of a secret update allowing to create a new version of the secret value."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4