Compartir a través de


PSCmdletAdapter Class

Definition

public class PSCmdletAdapter : Microsoft.Azure.Commands.Common.Strategies.IShouldProcess, Microsoft.Azure.Commands.WebApps.Strategies.ICmdletAdapter
type PSCmdletAdapter = class
    interface ICmdletAdapter
    interface IShouldProcess
Public Class PSCmdletAdapter
Implements ICmdletAdapter, IShouldProcess
Inheritance
PSCmdletAdapter
Implements

Constructors

PSCmdletAdapter(AzurePSCmdlet, SessionState)

Properties

CommandRuntime
Retries
RetryInterval
SessionState

Methods

Complete()
ReportTaskProgress(ITaskProgress)
ShouldChangeAsync(String, String)
ShouldContinueChangeAsync(String, String)
ShouldCreate<TModel>(ResourceConfig<TModel>, TModel)
WaitForCompletion(Func<ICmdletAdapter,Task>)
WriteDebugAsync(String)
WriteExceptionAsync(Exception)
WriteObjectAsync(Object)
WriteObjectAsync(Object, Boolean)
WriteVerboseAsync(String)
WriteWarningAsync(String)

Applies to