InstallScriptSource Class

Definition

Object to hold install script reference. Serialized Name: InstallScriptSource

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

Constructors

Name Description
InstallScriptSource()

Initializes a new instance of InstallScriptSource.

Properties

Name Description
ScriptType

Type of the install script. Serialized Name: InstallScriptSource.type

SourceUri

Install script source URI where the install script file will be fetched from. Serialized Name: InstallScriptSource.sourceUri

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<InstallScriptSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstallScriptSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstallScriptSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstallScriptSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to