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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET