Share via


IConfiguration Interface

Definition

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

Properties

ActiveRevisionsMode
CorPolicyAllowCredentials
CorPolicyAllowedHeader
CorPolicyAllowedMethod
CorPolicyAllowedOrigin
CorPolicyExposeHeader
CorPolicyMaxAge
DaprAppId
DaprAppPort
DaprAppProtocol
DaprEnableApiLogging
DaprEnabled
DaprHttpMaxRequestSize
DaprHttpReadBufferSize
DaprLogLevel
IngressAllowInsecure
IngressClientCertificateMode
IngressCustomDomain
IngressExposedPort
IngressExternal
IngressFqdn
IngressIPSecurityRestriction
IngressTargetPort
IngressTraffic
IngressTransport
MaxInactiveRevision
Registry
Secret
ServiceType
StickySessionAffinity

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to