IConfigurationNameItem.ClientType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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