Share via


IOperationsDefinition.Origin Property

Definition

Defines the workload operation origin.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the workload operation origin.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationProperties) }, ReadOnly=false, Required=false, SerializedName="origin")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationProperties? Origin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the workload operation origin.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationProperties) }, ReadOnly=false, Required=false, SerializedName="origin")>]
member this.Origin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.OperationProperties> with get, set
Public Property Origin As Nullable(Of OperationProperties)

Property Value

Attributes

Applies to