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.WithVersion"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithVersion"
name: "Secret.UpdateStages.WithVersion"
nameWithType: "Secret.UpdateStages.WithVersion"
summary: "The stage of a secret update allowing to set the secret to a different version."
syntax: "public static interface **Secret.UpdateStages.WithVersion**"
methods:
- uid: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithVersion.withVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithVersion.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "Secret.UpdateStages.WithVersion.withVersion(String version)"
summary: "Specifies the version the secret show use."
modifiers:
- "abstract"
parameters:
- description: "the version of the secret"
name: "version"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Secret.Update withVersion(String version)"
desc: "Specifies the version the secret show use."
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 set the secret to a different version."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4