次の方法で共有


SbePartnerProperties Class

Definition

Solution builder extension (SBE) partner properties object.

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

Constructors

SbePartnerProperties()

Initializes a new instance of SbePartnerProperties.

Properties

Name

SBE partner property name.

Value

SBE partner property value.

Explicit Interface Implementations

IJsonModel<SbePartnerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SbePartnerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SbePartnerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SbePartnerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SbePartnerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to