DeploymentArgs

constructor(autoScaleProfiles: Output<List<DeploymentAutoScaleProfileArgs>>? = null, automaticUpgradeChannel: Output<String>? = null, capacity: Output<Int>? = null, diagnoseSupportEnabled: Output<Boolean>? = null, email: Output<String>? = null, frontendPrivates: Output<List<DeploymentFrontendPrivateArgs>>? = null, frontendPublic: Output<DeploymentFrontendPublicArgs>? = null, identity: Output<DeploymentIdentityArgs>? = null, location: Output<String>? = null, loggingStorageAccounts: Output<List<DeploymentLoggingStorageAccountArgs>>? = null, managedResourceGroup: Output<String>? = null, name: Output<String>? = null, networkInterfaces: Output<List<DeploymentNetworkInterfaceArgs>>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null, webApplicationFirewall: Output<DeploymentWebApplicationFirewallArgs>? = null)