你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn 。
AzurePSCmdlet Class
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.
public abstract class AzurePSCmdlet : System.Management.Automation.PSCmdlet, IDisposable
type AzurePSCmdlet = class
inherit PSCmdlet
interface IDisposable
Public MustInherit Class AzurePSCmdlet
Inherits PSCmdlet
Implements IDisposable
Inheritance
Derived
Implements
Constructors
Fields
Properties
Methods
AddDebuggingFilter(Regex)
BeginProcessing()
CheckIfInteractive()
ConfirmAction(Boolean, String, String, String, Action, Func<Boolean>)
ConfirmAction(Boolean, String, String, String, Action)
ConfirmAction(String, String, Action)
ConstructPSObject(String, Object[])
CurrentPath()
Dispose()
Dispose(Boolean)
EndProcessing()
ExecuteCmdlet()
FlushInitializationWarnings()
InitDebuggingFilter()
InitializeQosEvent()
IsDataCollectionAllowed()
IsTerminatingError(Exception)
IsVerbose()
LoadModuleVersion(String, Boolean)
LogCmdletEndInvocationInfo()
LogCmdletStartInvocationInfo()
LogQosEvent()
ProcessRecord()
RegisterDynamicParameters(RuntimeDefinedParameterDictionary)
ResolveUserPath(String)
ResolveUserPath(String[])
SafeWriteOutputPSObject(String, Object[])
SetBackgroundJobDescription(String)
SetupDebuggingTraces()
SetupHttpClientPipeline()
TearDownDebuggingTraces()
TearDownHttpClientPipeline()
ThrowTerminatingError(ErrorRecord)
WriteCommandDetail(String)
WriteDebug(String)
WriteDebugWithTimestamp(String, Object[])
WriteDebugWithTimestamp(String)
WriteError(ErrorRecord)
WriteErrorWithTimestamp(String)
WriteExceptionError(Exception)
WriteInformation(Object, String[])
WriteInformation(String, Nullable<Boolean>)
WriteInformationWithTimestamp(String)
WriteInitializationWarnings(String)
WriteObject(Object, Boolean)
WriteObject(Object)
WriteProgress(ProgressRecord)
WriteSurvey()
WriteVerbose(String)
WriteVerboseWithTimestamp(String, Object[])
WriteVerboseWithTimestamp(String)
WriteWarning(String)
WriteWarningWithTimestamp(String)
Extension Methods
Applies to