SbeDeploymentInfo Class

Definition

Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment.

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

Constructors

SbeDeploymentInfo()

Creates an new SbeDeploymentInfo instance.

Properties

Family

SBE family name.

Publisher

SBE manifest publisher.

SbeManifestCreationDate

SBE Manifest Creation Date.

SbeManifestSource

SBE Manifest Source.

Version

SBE package version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbeDeploymentInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbeDeploymentInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbeDeploymentInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to