Condividi tramite


ISiteConfig.ActionType Property

Definition

Predefined action to be taken.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.AutoHealActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.AutoHealActionType? ActionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.AutoHealActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")>]
member this.ActionType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.AutoHealActionType> with get, set
Public Property ActionType As Nullable(Of AutoHealActionType)

Property Value

Attributes

Applies to