你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMapsKeySpecification.KeyType Property

Definition

Whether the operation refers to the primary or secondary key.

[Microsoft.Azure.PowerShell.Cmdlets.Maps.PSArgumentCompleter(new System.String[] { "primary", "secondary" })]
[Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.Info(Create=true, Description="Whether the operation refers to the primary or secondary key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="keyType", Update=true)]
public string KeyType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Maps.PSArgumentCompleter(new System.String[] { "primary", "secondary" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.Info(Create=true, Description="Whether the operation refers to the primary or secondary key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="keyType", Update=true)>]
member this.KeyType : string with get, set
Public Property KeyType As String

Property Value

Attributes

Applies to