IWorkspaceConnectionPropertiesV2BasicResource.ValueFormat 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.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="format for the workspace connection value", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat) }, ReadOnly=false, Required=false, SerializedName="valueFormat")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat? ValueFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="format for the workspace connection value", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat) }, ReadOnly=false, Required=false, SerializedName="valueFormat")>]
member this.ValueFormat : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ValueFormat> with get, set
Public Property ValueFormat As Nullable(Of ValueFormat)
Property Value
- Attributes