RemoveAzADDomainService_Delete Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Description("The Delete Domain Service operation deletes an existing Domain Service.")]
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Generated]
[System.Management.Automation.Cmdlet("Remove", "AzADDomainService_Delete", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })]
public class RemoveAzADDomainService_Delete : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Description("The Delete Domain Service operation deletes an existing Domain Service.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Generated>]
[<System.Management.Automation.Cmdlet("Remove", "AzADDomainService_Delete", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })>]
type RemoveAzADDomainService_Delete = class
    inherit PSCmdlet
    interface IEventListener
Public Class RemoveAzADDomainService_Delete
Inherits PSCmdlet
Implements IEventListener
Inheritance
RemoveAzADDomainService_Delete
Attributes
Implements

Constructors

RemoveAzADDomainService_Delete()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Name
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