Condividi tramite


ResourceProperties Class

Definition

Base for resource properties.

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

Constructors

ResourceProperties()

Initializes a new instance of ResourceProperties.

Properties

ETag

A unique read-only string that changes whenever the resource is updated.

ProvisioningState

Provisioning state of the ManagedNetwork resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to