ResourceManagerModelFactory.PredefinedTagValue 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 PredefinedTagValue.
public static Azure.ResourceManager.Resources.Models.PredefinedTagValue PredefinedTagValue (string id = default, string tagValue = default, Azure.ResourceManager.Resources.Models.PredefinedTagCount count = default);
static member PredefinedTagValue : string * string * Azure.ResourceManager.Resources.Models.PredefinedTagCount -> Azure.ResourceManager.Resources.Models.PredefinedTagValue
Public Shared Function PredefinedTagValue (Optional id As String = Nothing, Optional tagValue As String = Nothing, Optional count As PredefinedTagCount = Nothing) As PredefinedTagValue
Parameters
- id
- String
The tag value ID.
- tagValue
- String
The tag value.
- count
- PredefinedTagCount
The tag value count.
Returns
A new PredefinedTagValue 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