ArmStreamAnalyticsModelFactory.StreamAnalyticsError Method
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.
Initializes a new instance of StreamAnalyticsError.
public static Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError StreamAnalyticsError (string code = default, string message = default, string target = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsErrorDetails> details = default);
static member StreamAnalyticsError : string * string * string * seq<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsErrorDetails> -> Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError
Public Shared Function StreamAnalyticsError (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IEnumerable(Of StreamAnalyticsErrorDetails) = Nothing) As StreamAnalyticsError
Parameters
- code
- String
Error code.
- message
- String
Error message.
- target
- String
Error target.
- details
- IEnumerable<StreamAnalyticsErrorDetails>
Error details.
Returns
A new StreamAnalyticsError instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET