AppServiceArgs

constructor(appServicePlanId: Output<String>? = null, appSettings: Output<Map<String, String>>? = null, authSettings: Output<AppServiceAuthSettingsArgs>? = null, backup: Output<AppServiceBackupArgs>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertEnabled: Output<Boolean>? = null, clientCertMode: Output<String>? = null, connectionStrings: Output<List<AppServiceConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<AppServiceIdentityArgs>? = null, keyVaultReferenceIdentityId: Output<String>? = null, location: Output<String>? = null, logs: Output<AppServiceLogsArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, siteConfig: Output<AppServiceSiteConfigArgs>? = null, sourceControl: Output<AppServiceSourceControlArgs>? = null, storageAccounts: Output<List<AppServiceStorageAccountArgs>>? = null, tags: Output<Map<String, String>>? = null)