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.
public class UserCreatedResourceTag : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UserCreatedResourceTag>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UserCreatedResourceTag>
type UserCreatedResourceTag = class
interface IJsonModel<UserCreatedResourceTag>
interface IPersistableModel<UserCreatedResourceTag>
Public Class UserCreatedResourceTag
Implements IJsonModel(Of UserCreatedResourceTag), IPersistableModel(Of UserCreatedResourceTag)
- Inheritance
-
UserCreatedResourceTag
- Implements
Constructors
UserCreatedResourceTag() |
Initializes a new instance of UserCreatedResourceTag. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<UserCreatedResourceTag>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<UserCreatedResourceTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<UserCreatedResourceTag>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<UserCreatedResourceTag>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<UserCreatedResourceTag>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |