InstallScript Class

Definition

Server farm install script configuration. Serialized Name: InstallScript

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

Constructors

Name Description
InstallScript()

Initializes a new instance of InstallScript.

Properties

Name Description
Name

Name of the install script. Serialized Name: InstallScript.name

Source

Source of the install script. Serialized Name: InstallScript.source

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<InstallScript>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstallScript>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstallScript>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstallScript>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to