IndependentChildResourceImpl<IFluentResourceT,FluentParentModelT,InnerModelT,FluentResourceT,IDefinitionT,IUpdatableT,ManagerT>.WithTag(String, String) 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.
Adds a tag to the resource.
public FluentResourceT WithTag (string key, string value);
member this.WithTag : string * string -> 'FluentResourceT
Public Function WithTag (key As String, value As String) As FluentResourceT
Parameters
- key
- System.String
The key for the tag.
- value
- System.String
The value for the tag.
Returns
- FluentResourceT