NewAzWebAppConfiguration_CreateViaIdentityExpanded.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.
[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
- Attributes