StreamAnalyticsQueryTestingResult 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.
The result of the query testing request.
public class StreamAnalyticsQueryTestingResult : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryTestingResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryTestingResult>
public class StreamAnalyticsQueryTestingResult : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError
type StreamAnalyticsQueryTestingResult = class
inherit StreamAnalyticsError
interface IJsonModel<StreamAnalyticsQueryTestingResult>
interface IPersistableModel<StreamAnalyticsQueryTestingResult>
type StreamAnalyticsQueryTestingResult = class
inherit StreamAnalyticsError
Public Class StreamAnalyticsQueryTestingResult
Inherits StreamAnalyticsError
Implements IJsonModel(Of StreamAnalyticsQueryTestingResult), IPersistableModel(Of StreamAnalyticsQueryTestingResult)
Public Class StreamAnalyticsQueryTestingResult
Inherits StreamAnalyticsError
- Inheritance
- Implements
Properties
Code |
Error code. (Inherited from StreamAnalyticsError) |
Details |
Error details. (Inherited from StreamAnalyticsError) |
Message |
Error message. (Inherited from StreamAnalyticsError) |
OutputUri |
The SAS URL to the outputs payload. |
Status |
The status of the query testing request. |
Target |
Error target. (Inherited from StreamAnalyticsError) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET