Condividi tramite


IOperation.Origin Property

Definition

The intended executor of the operation.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The intended executor of the operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.OperationOrigin) }, ReadOnly=true, Required=false, SerializedName="origin")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.OperationOrigin? Origin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The intended executor of the operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.OperationOrigin) }, ReadOnly=true, Required=false, SerializedName="origin")>]
member this.Origin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.OperationOrigin>
Public ReadOnly Property Origin As Nullable(Of OperationOrigin)

Property Value

Attributes

Applies to