Esempio n. 1
0
        private GetFunctionAppSiteConfigResult(
            bool alwaysOn,

            string autoSwapSlotName,

            Outputs.GetFunctionAppSiteConfigCorsResult cors,

            string ftpsState,

            string healthCheckPath,

            bool http2Enabled,

            ImmutableArray <Outputs.GetFunctionAppSiteConfigIpRestrictionResult> ipRestrictions,

            string linuxFxVersion,

            string minTlsVersion,

            int preWarmedInstanceCount,

            ImmutableArray <Outputs.GetFunctionAppSiteConfigScmIpRestrictionResult> scmIpRestrictions,

            string scmType,

            bool scmUseMainIpRestriction,

            bool use32BitWorkerProcess,

            bool websocketsEnabled)
        {
            AlwaysOn                = alwaysOn;
            AutoSwapSlotName        = autoSwapSlotName;
            Cors                    = cors;
            FtpsState               = ftpsState;
            HealthCheckPath         = healthCheckPath;
            Http2Enabled            = http2Enabled;
            IpRestrictions          = ipRestrictions;
            LinuxFxVersion          = linuxFxVersion;
            MinTlsVersion           = minTlsVersion;
            PreWarmedInstanceCount  = preWarmedInstanceCount;
            ScmIpRestrictions       = scmIpRestrictions;
            ScmType                 = scmType;
            ScmUseMainIpRestriction = scmUseMainIpRestriction;
            Use32BitWorkerProcess   = use32BitWorkerProcess;
            WebsocketsEnabled       = websocketsEnabled;
        }
        private GetFunctionAppSiteConfigResult(
            bool alwaysOn,

            int appScaleLimit,

            string autoSwapSlotName,

            Outputs.GetFunctionAppSiteConfigCorsResult cors,

            string dotnetFrameworkVersion,

            int elasticInstanceMinimum,

            string ftpsState,

            string healthCheckPath,

            bool http2Enabled,

            ImmutableArray <Outputs.GetFunctionAppSiteConfigIpRestrictionResult> ipRestrictions,

            string javaVersion,

            string linuxFxVersion,

            string minTlsVersion,

            int preWarmedInstanceCount,

            bool runtimeScaleMonitoringEnabled,

            ImmutableArray <Outputs.GetFunctionAppSiteConfigScmIpRestrictionResult> scmIpRestrictions,

            string scmType,

            bool scmUseMainIpRestriction,

            bool use32BitWorkerProcess,

            bool vnetRouteAllEnabled,

            bool websocketsEnabled)
        {
            AlwaysOn                      = alwaysOn;
            AppScaleLimit                 = appScaleLimit;
            AutoSwapSlotName              = autoSwapSlotName;
            Cors                          = cors;
            DotnetFrameworkVersion        = dotnetFrameworkVersion;
            ElasticInstanceMinimum        = elasticInstanceMinimum;
            FtpsState                     = ftpsState;
            HealthCheckPath               = healthCheckPath;
            Http2Enabled                  = http2Enabled;
            IpRestrictions                = ipRestrictions;
            JavaVersion                   = javaVersion;
            LinuxFxVersion                = linuxFxVersion;
            MinTlsVersion                 = minTlsVersion;
            PreWarmedInstanceCount        = preWarmedInstanceCount;
            RuntimeScaleMonitoringEnabled = runtimeScaleMonitoringEnabled;
            ScmIpRestrictions             = scmIpRestrictions;
            ScmType                       = scmType;
            ScmUseMainIpRestriction       = scmUseMainIpRestriction;
            Use32BitWorkerProcess         = use32BitWorkerProcess;
            VnetRouteAllEnabled           = vnetRouteAllEnabled;
            WebsocketsEnabled             = websocketsEnabled;
        }