IAutoHealActions.ActionType Property

Definition

Predefined action to be taken.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Recycle", "LogEvent", "CustomAction" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionType", Update=true)]
public string ActionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Recycle", "LogEvent", "CustomAction" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actionType", Update=true)>]
member this.ActionType : string with get, set
Public Property ActionType As String

Property Value

Attributes

Applies to