RemoveAzKubernetesExtension_Delete.ForceDelete 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.KubernetesConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory.Query })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Delete the extension resource in Azure - not the normal asynchronous delete.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="forceDelete")]
[System.Management.Automation.Parameter(HelpMessage="Delete the extension resource in Azure - not the normal asynchronous delete.", Mandatory=false)]
public System.Management.Automation.SwitchParameter ForceDelete { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.ParameterCategory.Query })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesConfiguration.Runtime.Info(Description="Delete the extension resource in Azure - not the normal asynchronous delete.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="forceDelete")>]
[<System.Management.Automation.Parameter(HelpMessage="Delete the extension resource in Azure - not the normal asynchronous delete.", Mandatory=false)>]
member this.ForceDelete : System.Management.Automation.SwitchParameter with get, set
Public Property ForceDelete As SwitchParameter
Property Value
- Attributes