ResourceWithWritableName Class

Definition

ARM resource.

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

Constructors

ResourceWithWritableName()

Initializes a new instance of ResourceWithWritableName.

Properties

Id

Resource ID.

Name

Resource name.

ResourceType

Resource type.

Explicit Interface Implementations

IJsonModel<ResourceWithWritableName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceWithWritableName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceWithWritableName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceWithWritableName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceWithWritableName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to