Share via


SbePartnerInfo Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SbePartnerInfoTypeConverter))]
public class SbePartnerInfo : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ISbePartnerInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SbePartnerInfoTypeConverter))>]
type SbePartnerInfo = class
    interface ISbePartnerInfo
    interface IJsonSerializable
Public Class SbePartnerInfo
Implements ISbePartnerInfo
Inheritance
SbePartnerInfo
Attributes
Implements

Constructors

SbePartnerInfo()

Creates an new SbePartnerInfo instance.

Properties

CredentialList

SBE credentials list for AzureStackHCI cluster deployment.

PartnerProperty

List of SBE partner properties for AzureStackHCI cluster deployment.

SbeDeploymentInfoFamily

SBE family name.

SbeDeploymentInfoPublisher

SBE manifest publisher.

SbeDeploymentInfoSbeManifestCreationDate

SBE Manifest Creation Date.

SbeDeploymentInfoSbeManifestSource

SBE Manifest Source.

SbeDeploymentInfoVersion

SBE package version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbePartnerInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbePartnerInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ISbePartnerInfo.

FromJsonString(String)

Creates a new instance of SbePartnerInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbePartnerInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to