ArmAppComplianceAutomationModelFactory.OverviewStatusItem 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 OverviewStatusItem.
public static Azure.ResourceManager.AppComplianceAutomation.Models.OverviewStatusItem OverviewStatusItem(string statusName = default, string statusValue = default);
static member OverviewStatusItem : string * string -> Azure.ResourceManager.AppComplianceAutomation.Models.OverviewStatusItem
Public Shared Function OverviewStatusItem (Optional statusName As String = Nothing, Optional statusValue As String = Nothing) As OverviewStatusItem
Parameters
- statusName
- String
Status name - e.g. "Active", "Failed".
- statusValue
- String
Status value. e.g. "100", or "100%".
Returns
A new OverviewStatusItem instance for mocking.
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