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

IConfigurationNames.ClientType Property

Definition

The client type for configuration names.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The client type for configuration names.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ClientType) }, ReadOnly=false, Required=false, SerializedName="clientType")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ClientType? ClientType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The client type for configuration names.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ClientType) }, ReadOnly=false, Required=false, SerializedName="clientType")>]
member this.ClientType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.ClientType> with get, set
Public Property ClientType As Nullable(Of ClientType)

Property Value

Attributes

Applies to