Sdílet prostřednictvím


AzureResourceBaseProperties Class

Definition

The azure resource properties Please note AzureResourceBaseProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ServiceLinker.Models.UnknownAzureResourcePropertiesBase))]
public abstract class AzureResourceBaseProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties>
public abstract class AzureResourceBaseProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ServiceLinker.Models.UnknownAzureResourcePropertiesBase))>]
type AzureResourceBaseProperties = class
    interface IJsonModel<AzureResourceBaseProperties>
    interface IPersistableModel<AzureResourceBaseProperties>
type AzureResourceBaseProperties = class
Public MustInherit Class AzureResourceBaseProperties
Implements IJsonModel(Of AzureResourceBaseProperties), IPersistableModel(Of AzureResourceBaseProperties)
Public MustInherit Class AzureResourceBaseProperties
Inheritance
AzureResourceBaseProperties
Derived
Attributes
Implements

Constructors

AzureResourceBaseProperties()

Initializes a new instance of AzureResourceBaseProperties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureResourceBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureResourceBaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureResourceBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureResourceBaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureResourceBaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to