Error Field
// .NET Standard 1.6 + Platform Extensions
// Microsoft.Azure.Management.Automation, Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35
namespace Microsoft.Azure.Management.Automation.Models
{
public static class JobStreamType
{
public const string Error = "Error";
}
}
Usage
- ID
- F:Microsoft.Azure.Management.Automation.Models.JobStreamType.Error
Declarations
Platform |
Version |
Assembly |
.NET Standard + Platform Extensions |
1.6 |
Microsoft.Azure.Management.Automation, Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35
|