UpdateAzureKeyVaultSecret.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Alias(new System.String[] { "SecretVersion" })]
[System.Management.Automation.Parameter(HelpMessage="Secret version. Cmdlet constructs the FQDN of a secret from vault name, currently selected environment, secret name and secret version.", Mandatory=false, Position=2)]
public string Version { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "SecretVersion" })>]
[<System.Management.Automation.Parameter(HelpMessage="Secret version. Cmdlet constructs the FQDN of a secret from vault name, currently selected environment, secret name and secret version.", Mandatory=false, Position=2)>]
member this.Version : string with get, set
Public Property Version As String
Property Value
- Attributes