SbeDeploymentInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment.
public class SbeDeploymentInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.SbeDeploymentInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.SbeDeploymentInfo>
type SbeDeploymentInfo = class
interface IJsonModel<SbeDeploymentInfo>
interface IPersistableModel<SbeDeploymentInfo>
Public Class SbeDeploymentInfo
Implements IJsonModel(Of SbeDeploymentInfo), IPersistableModel(Of SbeDeploymentInfo)
- Inheritance
-
SbeDeploymentInfo
- Implements
Constructors
SbeDeploymentInfo() |
Initializes a new instance of SbeDeploymentInfo. |
Properties
Family |
SBE family name. |
Publisher |
SBE manifest publisher. |
SbeManifestCreationOn |
SBE Manifest Creation Date. |
SbeManifestSource |
SBE Manifest Source. |
Version |
SBE package version. |
Explicit Interface Implementations
IJsonModel<SbeDeploymentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SbeDeploymentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SbeDeploymentInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SbeDeploymentInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SbeDeploymentInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET