Share via


ICmdletAdapter Interface

Definition

public interface ICmdletAdapter : Microsoft.Azure.Commands.Common.Strategies.IShouldProcess
type ICmdletAdapter = interface
    interface IShouldProcess
Public Interface ICmdletAdapter
Implements IShouldProcess
Derived
Implements

Properties

SessionState

Methods

Complete()
ReportTaskProgress(ITaskProgress)
ShouldChangeAsync(String, String)
ShouldContinueChangeAsync(String, String)
ShouldCreate<TModel>(ResourceConfig<TModel>, TModel) (Inherited from IShouldProcess)
WriteDebugAsync(String)
WriteExceptionAsync(Exception)
WriteObjectAsync(Object)
WriteObjectAsync(Object, Boolean)
WriteVerboseAsync(String)
WriteWarningAsync(String)

Applies to