你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SbePartnerInfo Class

Definition

The solution builder extension (SBE) partner deployment info for cluster.

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

Constructors

SbePartnerInfo()

Initializes a new instance of SbePartnerInfo.

Properties

CredentialList

SBE credentials list for AzureStackHCI cluster deployment.

PartnerProperties

List of SBE partner properties for AzureStackHCI cluster deployment.

SbeDeploymentInfo

SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SbePartnerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SbePartnerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SbePartnerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SbePartnerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SbePartnerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to