AppResourcePropertiesArgs

constructor(addonConfigs: Output<Map<String, Any>>? = null, customPersistentDisks: Output<List<CustomPersistentDiskResourceArgs>>? = null, enableEndToEndTLS: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, ingressSettings: Output<IngressSettingsArgs>? = null, loadedCertificates: Output<List<LoadedCertificateArgs>>? = null, persistentDisk: Output<PersistentDiskArgs>? = null, public: Output<Boolean>? = null, secrets: Output<List<SecretArgs>>? = null, temporaryDisk: Output<TemporaryDiskArgs>? = null, vnetAddons: Output<AppVNetAddonsArgs>? = null, workloadProfileName: Output<String>? = null)