你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzurePSCmdlet Class

Definition

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
AzurePSCmdlet
Derived
Implements

Constructors

AzurePSCmdlet()

Fields

_adalListener
_clientRequestId
_errorRecordFolderPath
_fileTimeStampSuffixFormat
_metricHelper
_previousEndTime
_qosEvent
_sessionId

Properties

_dataCollectionProfile
_matchers
AsJobDynamicParameters
AzAccountsVersion
AzVersion
DataCollectionWarning
DebugMessages
DefaultContext
ImplementationBackgroundJobDescription
InitializationWarnings
IsErrorMetricEnabled
IsUsageMetricEnabled
ModuleName
ModuleVersion
PowerShellVersion
PromptedPreviewMessageCmdlets
PSHostName
PSHostVersion
PSVersion
SessionState
UserAgent

Methods

AddDebuggingFilter(Regex)
BeginProcessing()
CheckIfInteractive()
ConfirmAction(Boolean, String, String, String, Action)
ConfirmAction(Boolean, String, String, String, Action, Func<Boolean>)
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)
WriteDebugWithTimestamp(String, Object[])
WriteError(ErrorRecord)
WriteErrorWithTimestamp(String)
WriteExceptionError(Exception)
WriteInformation(Object, String[])
WriteInformation(String, Nullable<Boolean>)
WriteInformationWithTimestamp(String)
WriteInitializationWarnings(String)
WriteObject(Object)
WriteObject(Object, Boolean)
WriteProgress(ProgressRecord)
WriteSurvey()
WriteVerbose(String)
WriteVerboseWithTimestamp(String)
WriteVerboseWithTimestamp(String, Object[])
WriteWarning(String)
WriteWarningWithTimestamp(String)

Extension Methods

DisableDataCollection(AzurePSCmdlet)
EnableDataCollection(AzurePSCmdlet)

Applies to