JobRunWarning 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.
Warning type.
public class JobRunWarning : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.JobRunWarning>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.JobRunWarning>
type JobRunWarning = class
interface IJsonModel<JobRunWarning>
interface IPersistableModel<JobRunWarning>
Public Class JobRunWarning
Implements IJsonModel(Of JobRunWarning), IPersistableModel(Of JobRunWarning)
- Inheritance
-
JobRunWarning
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Error code of the given entry. |
| Message |
Warning message of the given entry. |
| Target |
Target of the given error entry. |