ServiceTagInformationPropertiesFormat Class

Definition

Properties of the service tag information.

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

Properties

AddressPrefixes

The list of IP address prefixes.

ChangeNumber

The iteration number of service tag.

Region

The region of service tag.

State

The state of the service tag.

SystemService

The name of system service.

Explicit Interface Implementations

IJsonModel<ServiceTagInformationPropertiesFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceTagInformationPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceTagInformationPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceTagInformationPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceTagInformationPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to