NewAzWebAppConfiguration_CreateViaIdentityExpanded.ActionType Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType))]
[System.Management.Automation.Parameter(HelpMessage="Predefined action to be taken.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType ActionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Predefined action to be taken.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType) }, ReadOnly=false, Required=false, SerializedName="actionType")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType))>]
[<System.Management.Automation.Parameter(HelpMessage="Predefined action to be taken.", Mandatory=false)>]
member this.ActionType : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AutoHealActionType with get, set
Public Property ActionType As AutoHealActionType

Property Value

AutoHealActionType
Attributes

Applies to