Share via


SpringBootSiteProperties Class

Definition

The springbootsites resource definition. Serialized Name: SpringbootsitesProperties

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

Constructors

SpringBootSiteProperties()

Initializes a new instance of SpringBootSiteProperties.

Properties

MasterSiteId

The master site ID from Azure Migrate. Serialized Name: SpringbootsitesProperties.masterSiteId

MigrateProjectId

The migrate project ID from Azure Migrate. Serialized Name: SpringbootsitesProperties.migrateProjectId

ProvisioningState

The resource provisioning state. Serialized Name: SpringbootsitesProperties.provisioningState

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SpringBootSiteProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SpringBootSiteProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SpringBootSiteProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SpringBootSiteProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringBootSiteProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to