次の方法で共有


AdvancedCustomProperties Class

Definition

Informatica Serverless advanced custom properties.

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

Constructors

AdvancedCustomProperties()

Initializes a new instance of AdvancedCustomProperties.

Properties

Key

advanced custom properties key.

Value

advanced custom properties value.

Explicit Interface Implementations

IJsonModel<AdvancedCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AdvancedCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AdvancedCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AdvancedCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AdvancedCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to