IComponentVersion.IsAnonymou 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.
If the name version are system generated (anonymous registration).
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="If the name version are system generated (anonymous registration).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAnonymous")]
public bool? IsAnonymou { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="If the name version are system generated (anonymous registration).", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isAnonymous")>]
member this.IsAnonymou : Nullable<bool> with get, set
Public Property IsAnonymou As Nullable(Of Boolean)
Property Value
- Attributes