RemoveAzureKeyVaultKey.Name Property

Definition

[System.Management.Automation.Alias(new System.String[] { "KeyName" })]
[System.Management.Automation.Parameter(HelpMessage="Key name. Cmdlet constructs the FQDN of a key from vault name, currently selected environment and key name.", Mandatory=true, ParameterSetName="ByVaultName", Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Name { get; set; }
[System.Management.Automation.Alias(new System.String[] { "KeyName" })]
[System.Management.Automation.Parameter(HelpMessage="Key name. Cmdlet constructs the FQDN of a key from vault name, currently selected environment and key name.", Mandatory=true, ParameterSetName="ByVaultName", Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="HsmByVaultName", Position=1)]
public string Name { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "KeyName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Key name. Cmdlet constructs the FQDN of a key from vault name, currently selected environment and key name.", Mandatory=true, ParameterSetName="ByVaultName", Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Name : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "KeyName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Key name. Cmdlet constructs the FQDN of a key from vault name, currently selected environment and key name.", Mandatory=true, ParameterSetName="ByVaultName", Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="HsmByVaultName", Position=1)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

String
Attributes

Applies to