Partilhar via


IAutomationRunbookTaskDetails.IsPrimarySideScript Property

Definition

A value indicating whether it is a primary side script or not.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether it is a primary side script or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isPrimarySideScript")]
public bool? IsPrimarySideScript { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether it is a primary side script or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isPrimarySideScript")>]
member this.IsPrimarySideScript : Nullable<bool> with get, set
Public Property IsPrimarySideScript As Nullable(Of Boolean)

Property Value

Attributes

Applies to