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