VerbsDiagnostic 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.
Verbs that are commonly used in cmdlet names when the cmdlet is used to diagnose the health of something.
public ref class VerbsDiagnostic abstract sealed
public static class VerbsDiagnostic
type VerbsDiagnostic = class
Public Class VerbsDiagnostic
- Inheritance
-
VerbsDiagnostic
Remarks
These verbs are recommended over their synonyms when used as the verb name for cmdlets.
Fields
Debug |
Iteratively interact with a resource or activity for the purpose finding a flaw or better understanding of what is occurring. |
Measure |
Calculate/identify resources consumed by a specified operation or retrieve statistics about a resource. |
Ping |
Determine whether a resource is alive and responding to requests. |
Repair |
Detect and correct problems. |
Resolve |
Map a shorthand name will be bound to a longname. |
Test |
Verify the operational validity or consistency of a resource. |
Trace |
Trace activities performed by a specified operation. |