ISiteConfigResource.ActionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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