RemoveAzImageBuilderTemplate_Delete Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Description("Delete a virtual machine image template")]
[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Generated]
[System.Management.Automation.Cmdlet("Remove", "AzImageBuilderTemplate_Delete", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })]
public class RemoveAzImageBuilderTemplate_Delete : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Description("Delete a virtual machine image template")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Generated>]
[<System.Management.Automation.Cmdlet("Remove", "AzImageBuilderTemplate_Delete", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })>]
type RemoveAzImageBuilderTemplate_Delete = class
    inherit PSCmdlet
    interface IEventListener
Public Class RemoveAzImageBuilderTemplate_Delete
Inherits PSCmdlet
Implements IEventListener
Inheritance
RemoveAzImageBuilderTemplate_Delete
Attributes
Implements

Constructors

RemoveAzImageBuilderTemplate_Delete()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
ImageTemplateName
InvocationInformation
NoWait
PassThru
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
SubscriptionId

Methods

BeginProcessing()
Clone()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to