IJobModelProperties.AllowedAction Property

Definition

Gets or sets the list of allowed actions on the job.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of allowed actions on the job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowedActions", Update=false)]
public System.Collections.Generic.List<string> AllowedAction { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the list of allowed actions on the job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="allowedActions", Update=false)>]
member this.AllowedAction : System.Collections.Generic.List<string>
Public ReadOnly Property AllowedAction As List(Of String)

Property Value

Attributes

Applies to