AppServiceDomainNameIdentifier Class

Definition

Identifies an object.

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

Constructors

AppServiceDomainNameIdentifier()

Initializes a new instance of AppServiceDomainNameIdentifier.

Properties

Name

Name of the object.

Explicit Interface Implementations

IJsonModel<AppServiceDomainNameIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceDomainNameIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceDomainNameIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceDomainNameIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceDomainNameIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to