StandardArgs

constructor(appServicePlanId: Output<String>? = null, appSettings: Output<Map<String, String>>? = null, bundleVersion: Output<String>? = null, clientAffinityEnabled: Output<Boolean>? = null, clientCertificateMode: Output<String>? = null, connectionStrings: Output<List<StandardConnectionStringArgs>>? = null, enabled: Output<Boolean>? = null, ftpPublishBasicAuthenticationEnabled: Output<Boolean>? = null, httpsOnly: Output<Boolean>? = null, identity: Output<StandardIdentityArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccess: Output<String>? = null, resourceGroupName: Output<String>? = null, scmPublishBasicAuthenticationEnabled: Output<Boolean>? = null, siteConfig: Output<StandardSiteConfigArgs>? = null, storageAccountAccessKey: Output<String>? = null, storageAccountName: Output<String>? = null, storageAccountShareName: Output<String>? = null, tags: Output<Map<String, String>>? = null, useExtensionBundle: Output<Boolean>? = null, version: Output<String>? = null, virtualNetworkSubnetId: Output<String>? = null, vnetContentShareEnabled: Output<Boolean>? = null)