enum/TraceLevel.ps1
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. enum TraceLevel { Error Information Success Verbose Warning } |
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. enum TraceLevel { Error Information Success Verbose Warning } |