MSDeployCore Class

Definition

MSDeploy ARM PUT core information Serialized Name: MSDeployCore

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

Constructors

Name Description
MSDeployCore()

Initializes a new instance of MSDeployCore.

Properties

Name Description
AppOffline

Sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default. Serialized Name: MSDeployCore.appOffline

ConnectionString

SQL Connection String Serialized Name: MSDeployCore.connectionString

DBType

Database Type Serialized Name: MSDeployCore.dbType

PackageUri

Package URI Serialized Name: MSDeployCore.packageUri

SetParameters

MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. Serialized Name: MSDeployCore.setParameters

SetParametersXmlFileUri

URI of MSDeploy Parameters file. Must not be set if SetParameters is used. Serialized Name: MSDeployCore.setParametersXmlFileUri

SkipAppData

Controls whether the MSDeploy operation skips the App_Data directory. If set to <code>true</code>, the existing App_Data directory on the destination will not be deleted, and any App_Data directory in the source will be ignored. Setting is <code>false</code> by default. Serialized Name: MSDeployCore.skipAppData

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MSDeployCore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MSDeployCore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MSDeployCore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MSDeployCore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MSDeployCore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to