UserCreatedResourceTag Class
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.
Resource tag input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UserCreatedResourceTagTypeConverter))]
public class UserCreatedResourceTag : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUserCreatedResourceTag
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UserCreatedResourceTagTypeConverter))>]
type UserCreatedResourceTag = class
interface IUserCreatedResourceTag
interface IJsonSerializable
Public Class UserCreatedResourceTag
Implements IUserCreatedResourceTag
- Inheritance
-
UserCreatedResourceTag
- Attributes
- Implements
Constructors
UserCreatedResourceTag() |
Creates an new UserCreatedResourceTag instance. |
Properties
TagName |
The tag name. Please read for more information: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources#limitations |
TagValue |
The tag value. Please read her for more information: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources#limitations |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserCreatedResourceTag. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserCreatedResourceTag. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUserCreatedResourceTag. |
FromJsonString(String) |
Creates a new instance of UserCreatedResourceTag, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserCreatedResourceTag into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |