ISiteConfig Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter))]
public interface ISiteConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SiteConfigTypeConverter))>]
type ISiteConfig = interface
interface IJsonSerializable
Public Interface ISiteConfig
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AcrUseManagedIdentityCred |
Flag to use Managed Identity Creds for ACR pull |
AcrUserManagedIdentityId |
If using user managed identity, the user managed identity ClientId |
ActionMinProcessExecutionTime |
Minimum time the process must execute before taking the action |
ActionType |
Predefined action to be taken. |
AlwaysOn |
|
ApiDefinitionUrl |
The URL of the API definition. |
ApiManagementConfigId |
APIM-Api Identifier. |
AppCommandLine |
App command line to launch. |
AppSetting |
Application settings. |
AutoHealEnabled |
|
AutoSwapSlotName |
Auto-swap slot name. |
ConnectionString |
Connection strings. |
CorAllowedOrigin |
Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. |
CorSupportCredentials |
Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details. |
CustomActionExe |
Executable to be run. |
CustomActionParameter |
Parameters for the executable. |
DefaultDocument |
Default documents. |
DetailedErrorLoggingEnabled |
|
DocumentRoot |
Document root. |
DynamicTagsJson |
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. |
ExperimentRampUpRule |
List of ramp-up rules. |
FtpsState |
State of FTP / FTPS service |
HandlerMapping |
Handler mappings. |
HealthCheckPath |
Health check path |
Http20Enabled |
Http20Enabled: configures a web site to allow clients to connect over http2.0 |
HttpLoggingEnabled |
|
IPSecurityRestriction |
IP security restrictions for main. |
IsPushEnabled |
Gets or sets a flag indicating whether the Push endpoint is enabled. |
JavaContainer |
Java container. |
JavaContainerVersion |
Java container version. |
JavaVersion |
Java version. |
LimitMaxDiskSizeInMb |
Maximum allowed disk size usage in MB. |
LimitMaxMemoryInMb |
Maximum allowed memory usage in MB. |
LimitMaxPercentageCpu |
Maximum allowed CPU usage percentage. |
LinuxFxVersion |
Linux App Framework and version |
LoadBalancing |
Site load balancing. |
LocalMySqlEnabled |
|
LogsDirectorySizeLimit |
HTTP logs directory size limit. |
MachineKeyDecryption |
Algorithm used for decryption. |
MachineKeyDecryptionKey |
Decryption key. |
MachineKeyValidation |
MachineKey validation. |
MachineKeyValidationKey |
Validation key. |
ManagedPipelineMode |
Managed pipeline mode. |
ManagedServiceIdentityId |
Managed Service Identity Id |
MinTlsVersion |
MinTlsVersion: configures the minimum version of TLS required for SSL requests |
NetFrameworkVersion |
.NET Framework version. |
NodeVersion |
Version of Node.js. |
NumberOfWorker |
Number of workers. |
PhpVersion |
Version of PHP. |
PowerShellVersion |
Version of PowerShell. |
PreWarmedInstanceCount |
Number of preWarmed instances. This setting only applies to the Consumption and Elastic Plans |
PublishingUsername |
Publishing user name. |
PushId |
Resource Id. |
PushKind |
Kind of resource. |
PushName |
Resource Name. |
PushType |
Resource type. |
PythonVersion |
Version of Python. |
RemoteDebuggingEnabled |
|
RemoteDebuggingVersion |
Remote debugging version. |
RequestCount |
Request Count. |
RequestTimeInterval |
Time interval. |
RequestTracingEnabled |
|
RequestTracingExpirationTime |
Request tracing expiration time. |
ScmIPSecurityRestriction |
IP security restrictions for scm. |
ScmIPSecurityRestrictionsUseMain |
IP security restrictions for scm to use main. |
ScmType |
SCM type. |
SlowRequestCount |
Request Count. |
SlowRequestTimeInterval |
Time interval. |
SlowRequestTimeTaken |
Time taken. |
TagsRequiringAuth |
Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler. |
TagWhitelistJson |
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. |
TracingOption |
Tracing options. |
TriggerPrivateBytesInKb |
A rule based on private bytes. |
TriggerStatusCode |
A rule based on status codes. |
Use32BitWorkerProcess |
|
VirtualApplication |
Virtual applications. |
VnetName |
Virtual Network name. |
WebSocketsEnabled |
|
WindowsFxVersion |
Xenon App Framework and version |
XManagedServiceIdentityId |
Explicit Managed Service Identity Id |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |