Share via


IVaultCreateOrUpdateParameters.Location Property

Definition

The supported Azure location where the key vault should be created.

[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="The supported Azure location where the key vault should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="location", Update=true)]
public string Location { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="The supported Azure location where the key vault should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="location", Update=true)>]
member this.Location : string with get, set
Public Property Location As String

Property Value

Attributes

Applies to