CmdletExtensions 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 static class CmdletExtensions
type CmdletExtensions = class
Public Module CmdletExtensions
Inheritance
Methods
AsAbsoluteLocation(String)
AsJobPresent<T>(T)
DisableDataCollection(AzurePSCmdlet)
EnableDataCollection(AzurePSCmdlet)
ExecuteAsJob<T>(T, String, Action<T>)
ExecuteAsJob<T>(T, String)
ExecuteCmdletInPipeline<T>(PSCmdlet, String, Object[])
ExecuteCmdletWithExceptionInPipeline<T>(PSCmdlet, String, Exception, KeyValuePair<String,Object>[])
ExecuteScript<T>(PSCmdlet, String)
ExecuteSynchronouslyOrAsJob<T>(T, Action<T>)
ExecuteSynchronouslyOrAsJob<T>(T)
GetLoadedModules(PSCmdlet)
ImportModule(PSCmdlet, String)
InvokeBeginProcessing(PSCmdlet)
InvokeEndProcessing(PSCmdlet)
IsBound(PSCmdlet, String)
IsParameterBound<TPSCmdlet,TProp>(TPSCmdlet, Expression<Func<TPSCmdlet,TProp>>)
RemoveAzureAliases(PSCmdlet)
RemoveModule(PSCmdlet, String)
ResolvePath(PSCmdlet, String)
SafeCopyParameterSet<T>(T, T)
SafeCopyValue<T>(FieldInfo, T, T)
SafeCopyValue<T>(PropertyInfo, T, T)
SetBoundParameters(PSCmdlet, IDictionary<String,Object>)
SetParameterSet(PSCmdlet, String)
TryResolvePath(PSCmdlet, String)
Applies to