ProxyResourceWithWritableName Class

Definition

ARM proxy resource.

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

Constructors

ProxyResourceWithWritableName()

Initializes a new instance of ProxyResourceWithWritableName.

Properties

Id

Resource ID.

(Inherited from ResourceWithWritableName)
Name

Resource name.

(Inherited from ResourceWithWritableName)
ResourceType

Resource type.

(Inherited from ResourceWithWritableName)

Explicit Interface Implementations

IJsonModel<ProxyResourceWithWritableName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProxyResourceWithWritableName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ResourceWithWritableName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ResourceWithWritableName)
IJsonModel<ResourceWithWritableName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ResourceWithWritableName)
IPersistableModel<ProxyResourceWithWritableName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProxyResourceWithWritableName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProxyResourceWithWritableName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ResourceWithWritableName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ResourceWithWritableName)
IPersistableModel<ResourceWithWritableName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ResourceWithWritableName)
IPersistableModel<ResourceWithWritableName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ResourceWithWritableName)

Applies to