PSNamingUtilities 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.
Utility class about PowerShell naming (cmdlet name, module name).
public static class PSNamingUtilities
type PSNamingUtilities = class
Public Class PSNamingUtilities
- Inheritance
-
PSNamingUtilities
Remarks
All the mothods are within Azure PowerShell context, for example, module name should start with "Az.".
Methods
IsCmdletName(String) |
Returns if the given |
IsModuleName(String) |
Returns if the given |
IsModuleOrCmdletName(String) |
Returns if the given |