Condividi tramite


ISiteConfigPropertiesDictionary Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteConfigPropertiesDictionaryTypeConverter))]
public interface ISiteConfigPropertiesDictionary : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteConfigPropertiesDictionaryTypeConverter))>]
type ISiteConfigPropertiesDictionary = interface
    interface IJsonSerializable
Public Interface ISiteConfigPropertiesDictionary
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

JavaVersion

JavaVersion configuration setting.

LinuxFxVersion

LinuxFxVersion configuration setting.

PowerShellVersion

PowerShellVersion configuration setting.

Use32BitWorkerProcess

true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to