Share via


IOperation.Origin Property

Definition

The intended executor of the operation.

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

Property Value

Attributes

Applies to