IDevBoxOperation.CreatedByObjectId 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 object ID of the actor which initiated the operation.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The object ID of the actor which initiated the operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="createdByObjectId")]
public string CreatedByObjectId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The object ID of the actor which initiated the operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="createdByObjectId")>]
member this.CreatedByObjectId : string with get, set
Public Property CreatedByObjectId As String
Property Value
- Attributes