Condividi tramite


TagsExtensions.ToPSTagResource(TagsResource) Method

Definition

Convert a SDK TagsResource object to PS PSTagResource

public static Microsoft.Azure.Commands.Tags.Model.PSTagResource ToPSTagResource (this Microsoft.Azure.Management.Resources.Models.TagsResource tagsResource);
static member ToPSTagResource : Microsoft.Azure.Management.Resources.Models.TagsResource -> Microsoft.Azure.Commands.Tags.Model.PSTagResource
<Extension()>
Public Function ToPSTagResource (tagsResource As TagsResource) As PSTagResource

Parameters

tagsResource
TagsResource

SDK TagsResource extension method

Returns

PS object PSTagResource

Applies to