IOperationsContent.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.
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