SiteConfigPropertiesDictionary Class

Definition

Site config properties dictionary.

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

Properties

JavaVersion

JavaVersion configuration setting.

LinuxFxVersion

LinuxFxVersion configuration setting.

PowerShellVersion

PowerShellVersion configuration setting.

Use32BitWorkerProcess

<code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.

Explicit Interface Implementations

IJsonModel<SiteConfigPropertiesDictionary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteConfigPropertiesDictionary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteConfigPropertiesDictionary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteConfigPropertiesDictionary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteConfigPropertiesDictionary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to