IOperation.Origin 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.
Origin of the operation. Can be : user|system|user,system
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Origin of the operation. Can be : user|system|user,system", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="origin")]
public string Origin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Origin of the operation. Can be : user|system|user,system", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="origin")>]
member this.Origin : string
Public ReadOnly Property Origin As String
Property Value
- Attributes