Udostępnij za pośrednictwem


ResourceManagerModelFactory.PredefinedTagValue Method

Definition

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