ArmStreamAnalyticsModelFactory.StreamAnalyticsResourceTestStatus 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 StreamAnalyticsResourceTestStatus.
public static Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsResourceTestStatus StreamAnalyticsResourceTestStatus (string status = default, string code = default, string message = default);
static member StreamAnalyticsResourceTestStatus : string * string * string -> Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsResourceTestStatus
Public Shared Function StreamAnalyticsResourceTestStatus (Optional status As String = Nothing, Optional code As String = Nothing, Optional message As String = Nothing) As StreamAnalyticsResourceTestStatus
Parameters
- status
- String
The status of the test operation.
- code
- String
Error code associated with the error that occurred.
- message
- String
Describes the error in detail.
Returns
A new StreamAnalyticsResourceTestStatus instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET