IComputeInstanceSchema.CreatedByUserId 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.
Uniquely identifies the user within his/her organization.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Uniquely identifies the user within his/her organization.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="userId")]
public string CreatedByUserId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Uniquely identifies the user within his/her organization.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="userId")>]
member this.CreatedByUserId : string
Public ReadOnly Property CreatedByUserId As String
Property Value
- Attributes