MediaJobErrorDetail Constructors
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.
Overloads
MediaJobErrorDetail() | |
MediaJobErrorDetail(String, String) |
MediaJobErrorDetail()
MediaJobErrorDetail(String, String)
- Source:
- MediaJobErrorDetail.cs
public MediaJobErrorDetail (string code = default, string message = default);
new Microsoft.Azure.EventGrid.Models.MediaJobErrorDetail : string * string -> Microsoft.Azure.EventGrid.Models.MediaJobErrorDetail
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
- message
- String