ServiceTagInformation Class

Definition

The service tag information.

public class ServiceTagInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ServiceTagInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ServiceTagInformation>
public class ServiceTagInformation
type ServiceTagInformation = class
    interface IJsonModel<ServiceTagInformation>
    interface IPersistableModel<ServiceTagInformation>
type ServiceTagInformation = class
Public Class ServiceTagInformation
Implements IJsonModel(Of ServiceTagInformation), IPersistableModel(Of ServiceTagInformation)
Public Class ServiceTagInformation
Inheritance
ServiceTagInformation
Implements

Properties

Id

The ID of service tag.

Name

The name of service tag.

Properties

Properties of the service tag information.

ServiceTagChangeNumber

The iteration number of service tag object for region.

Explicit Interface Implementations

IJsonModel<ServiceTagInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceTagInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceTagInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceTagInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceTagInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to