ArmSelfHelpModelFactory.AutomatedCheckResult 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 AutomatedCheckResult.
public static Azure.ResourceManager.SelfHelp.Models.AutomatedCheckResult AutomatedCheckResult (string version = default, string status = default, string result = default, Azure.ResourceManager.SelfHelp.Models.AutomatedCheckResultType? resultType = default);
static member AutomatedCheckResult : string * string * string * Nullable<Azure.ResourceManager.SelfHelp.Models.AutomatedCheckResultType> -> Azure.ResourceManager.SelfHelp.Models.AutomatedCheckResult
Public Shared Function AutomatedCheckResult (Optional version As String = Nothing, Optional status As String = Nothing, Optional result As String = Nothing, Optional resultType As Nullable(Of AutomatedCheckResultType) = Nothing) As AutomatedCheckResult
Parameters
- version
- String
Version for automated check result.
- status
- String
Status for automated check result.
- result
- String
Insight Article Content.
- resultType
- Nullable<AutomatedCheckResultType>
Type of Result.
Returns
A new AutomatedCheckResult instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET